Mercurial > repos > public > sbplib_julia
comparison src/LazyTensors/LazyTensors.jl @ 995:1ba8a398af9c refactor/lazy_tensors
Rename types
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 18 Mar 2022 21:14:47 +0100 |
parents | bc384aaade30 |
children | aa72f067e771 |
comparison
equal
deleted
inserted
replaced
994:55ab7801c45f | 995:1ba8a398af9c |
---|---|
1 module LazyTensors | 1 module LazyTensors |
2 | 2 |
3 export LazyTensorMappingApplication | 3 export LazyTensorApplication |
4 export LazyTensorMappingTranspose | 4 export LazyTensorTranspose |
5 export TensorMappingComposition | 5 export LazyTensorComposition |
6 export LazyLinearMap | 6 export LazyLinearMap |
7 export IdentityMapping | 7 export IdentityTensor |
8 export ScalingTensor | 8 export ScalingTensor |
9 export InflatedTensorMapping | 9 export InflatedLazyTensor |
10 export LazyOuterProduct | 10 export LazyOuterProduct |
11 export ⊗ | 11 export ⊗ |
12 export SizeMismatch | 12 export SizeMismatch |
13 | 13 |
14 include("tensor_mapping.jl") | 14 include("tensor_mapping.jl") |