Skip to content

Commit

Permalink
rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kmp5VT committed Jun 22, 2024
1 parent b8b46a3 commit fd0866e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NDTensors/ext/NDTensorsJLArraysExt/NDTensorsJLArraysExt.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module NDTensorsJLArraysExt
include("set_types.jl")
end
7 changes: 7 additions & 0 deletions NDTensors/ext/NDTensorsJLArraysExt/set_types.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# TypeParameterAccessors definitions
using NDTensors.TypeParameterAccessors: TypeParameterAccessors, Position
using JLArrays: JLArray

function TypeParameterAccessors.default_type_parameters(::Type{<:JLArray})
return (Float64, 1)
end

0 comments on commit fd0866e

Please sign in to comment.