Mercurial > repos > public > sbplib_julia
comparison src/LazyTensors/LazyTensors.jl @ 976:089a1411dfc0 feature/tensormapping_application_promotion
Move exports
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 15 Mar 2022 07:40:13 +0100 |
parents | 8f1b8827d389 |
children | bc384aaade30 |
comparison
equal
deleted
inserted
replaced
975:5be8e25c81b3 | 976:089a1411dfc0 |
---|---|
1 module LazyTensors | 1 module LazyTensors |
2 | |
3 export LazyTensorMappingApplication | |
4 export LazyTensorMappingTranspose | |
5 export TensorMappingComposition | |
6 export LazyLinearMap | |
7 export IdentityMapping | |
8 export InflatedTensorMapping | |
9 export LazyOuterProduct | |
10 export ⊗ | |
11 export SizeMismatch | |
2 | 12 |
3 include("tensor_mapping.jl") | 13 include("tensor_mapping.jl") |
4 include("lazy_array.jl") | 14 include("lazy_array.jl") |
5 include("lazy_tensor_operations.jl") | 15 include("lazy_tensor_operations.jl") |
6 | 16 |