Mercurial > repos > public > sbplib_julia
diff LazyTensors/src/LazyTensors.jl @ 291:0f94dc29c4bf
Merge in branch boundary_conditions
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 22 Jun 2020 21:43:05 +0200 |
parents | 11010bb74260 |
children |
line wrap: on
line diff
--- a/LazyTensors/src/LazyTensors.jl Wed Jun 26 15:07:47 2019 +0200 +++ b/LazyTensors/src/LazyTensors.jl Mon Jun 22 21:43:05 2020 +0200 @@ -1,6 +1,7 @@ module LazyTensors - +using RegionIndices include("tensor_mapping.jl") -include("lazy_operations.jl") +include("lazy_array.jl") +include("lazy_tensor_operations.jl") end # module