diff 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
line wrap: on
line diff
--- a/src/LazyTensors/LazyTensors.jl	Sun Mar 20 22:15:29 2022 +0100
+++ b/src/LazyTensors/LazyTensors.jl	Sun Mar 20 22:22:32 2022 +0100
@@ -9,7 +9,8 @@
 export InflatedLazyTensor
 export LazyOuterProduct
 export ⊗
-export SizeMismatch
+export DomainSizeMismatch
+export RangeSizeMismatch
 
 include("lazy_tensor.jl")
 include("tensor_types.jl")