Mercurial > repos > public > sbplib_julia
view src/LazyTensors/LazyTensors.jl @ 977:043d13ef8898 feature/tensormapping_application_promotion
Fix type calculation of LazyTensorMappingApplication element type
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 15 Mar 2022 21:03:17 +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