Mercurial > repos > public > sbplib_julia
comparison src/LazyTensors/LazyTensors.jl @ 954:8f1b8827d389 bugfix/tensor_application_1d_cartesian_index
Remove unused `using` of RegionIndices
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 14 Mar 2022 08:36:18 +0100 |
parents | f4e3e71a4ff4 |
children | 089a1411dfc0 |
comparison
equal
deleted
inserted
replaced
953:6a2e30fa3bd8 | 954:8f1b8827d389 |
---|---|
1 module LazyTensors | 1 module LazyTensors |
2 using Sbplib.RegionIndices | 2 |
3 include("tensor_mapping.jl") | 3 include("tensor_mapping.jl") |
4 include("lazy_array.jl") | 4 include("lazy_array.jl") |
5 include("lazy_tensor_operations.jl") | 5 include("lazy_tensor_operations.jl") |
6 | 6 |
7 end # module | 7 end # module |