We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4bde7 commit 3f8a0e7Copy full SHA for 3f8a0e7
src/TensorCast.jl
@@ -17,7 +17,7 @@ include("pretty.jl")
17
include("string.jl")
18
19
module Fast # shield non-macro code from @optlevel 1
20
- using LinearAlgebra, StaticArrays
+ using LinearAlgebra, StaticArrays, Compat
21
22
include("slice.jl") # slice, glue, etc
23
export sliceview, slicecopy, glue, glue!, red_glue, cat_glue, copy_glue, lazy_glue, iscodesorted, countcolons
0 commit comments