Mercurial > repos > public > sbplib_julia
comparison src/LazyTensors/lazy_tensor_operations.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 | 86889fc5b63f |
children | 043d13ef8898 |
comparison
equal
deleted
inserted
replaced
975:5be8e25c81b3 | 976:089a1411dfc0 |
---|---|
1 export LazyTensorMappingApplication | |
2 export LazyTensorMappingTranspose | |
3 export TensorMappingComposition | |
4 export LazyLinearMap | |
5 export IdentityMapping | |
6 export InflatedTensorMapping | |
7 export LazyOuterProduct | |
8 export ⊗ | |
9 export SizeMismatch | |
10 | |
11 """ | 1 """ |
12 LazyTensorMappingApplication{T,R,D} <: LazyArray{T,R} | 2 LazyTensorMappingApplication{T,R,D} <: LazyArray{T,R} |
13 | 3 |
14 Struct for lazy application of a TensorMapping. Created using `*`. | 4 Struct for lazy application of a TensorMapping. Created using `*`. |
15 | 5 |