Mercurial > repos > public > sbplib_julia
diff LazyTensors/src/LazyTensors.jl @ 267:634453a4e1d8 boundary_conditions
Restructure code in LazyTensors
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 05 Dec 2019 09:28:04 +0100 |
parents | 8964b3165097 |
children | 11010bb74260 |
line wrap: on
line diff
--- a/LazyTensors/src/LazyTensors.jl Thu Dec 05 09:27:31 2019 +0100 +++ b/LazyTensors/src/LazyTensors.jl Thu Dec 05 09:28:04 2019 +0100 @@ -1,6 +1,7 @@ module LazyTensors include("tensor_mapping.jl") -include("lazy_operations.jl") +include("lazy_array.jl") +include("lazy_tensor_operations.jl") end # module