Mercurial > repos > public > sbplib_julia
view src/LazyTensors/LazyTensors.jl @ 1039:696a3307b6a4
Merge feature/stencil_set_type
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 22 Mar 2022 14:14:31 +0100 |
parents | 089a1411dfc0 |
children | bc384aaade30 |
line wrap: on
line source
module LazyTensors export LazyTensorMappingApplication export LazyTensorMappingTranspose export TensorMappingComposition export LazyLinearMap export IdentityMapping export InflatedTensorMapping export LazyOuterProduct export ⊗ export SizeMismatch include("tensor_mapping.jl") include("lazy_array.jl") include("lazy_tensor_operations.jl") end # module