Mercurial > repos > public > sbplib_julia
comparison src/LazyTensors/LazyTensors.jl @ 1006:d9476fede83d refactor/lazy_tensors
Add check methods for range size
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sun, 20 Mar 2022 22:22:32 +0100 |
parents | 271aa6ae1055 |
children | 6abbb2c6c3e4 |
comparison
equal
deleted
inserted
replaced
1005:becd95ba0fce | 1006:d9476fede83d |
---|---|
7 export IdentityTensor | 7 export IdentityTensor |
8 export ScalingTensor | 8 export ScalingTensor |
9 export InflatedLazyTensor | 9 export InflatedLazyTensor |
10 export LazyOuterProduct | 10 export LazyOuterProduct |
11 export ⊗ | 11 export ⊗ |
12 export SizeMismatch | 12 export DomainSizeMismatch |
13 export RangeSizeMismatch | |
13 | 14 |
14 include("lazy_tensor.jl") | 15 include("lazy_tensor.jl") |
15 include("tensor_types.jl") | 16 include("tensor_types.jl") |
16 include("lazy_array.jl") | 17 include("lazy_array.jl") |
17 include("lazy_tensor_operations.jl") | 18 include("lazy_tensor_operations.jl") |