Mercurial > repos > public > sbplib_julia
comparison src/LazyTensors/LazyTensors.jl @ 1097:95464a1af340 feature/dissipation_operators
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 10 May 2022 21:14:38 +0200 |
parents | 93f87d5d9fbb |
children | f1c2a4fa0ee1 a922aa69eb83 |
comparison
equal
deleted
inserted
replaced
1096:9f0121e465a5 | 1097:95464a1af340 |
---|---|
1 module LazyTensors | 1 module LazyTensors |
2 | 2 |
3 export TensorApplication | 3 export TensorApplication |
4 export TensorTranspose | 4 export TensorTranspose |
5 export TensorComposition | 5 export TensorComposition |
6 export DenseTensor | |
7 export IdentityTensor | 6 export IdentityTensor |
8 export ScalingTensor | 7 export ScalingTensor |
8 export DiagonalTensor | |
9 export DenseTensor | |
9 export InflatedTensor | 10 export InflatedTensor |
10 export LazyOuterProduct | 11 export LazyOuterProduct |
11 export ⊗ | 12 export ⊗ |
12 export DomainSizeMismatch | 13 export DomainSizeMismatch |
13 export RangeSizeMismatch | 14 export RangeSizeMismatch |