comparison src/LazyTensors/LazyTensors.jl @ 1002:271aa6ae1055 refactor/lazy_tensors

Split out a file for tensor types
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 18 Mar 2022 22:18:04 +0100
parents a3df203861d3
children d9476fede83d
comparison
equal deleted inserted replaced
1001:a3df203861d3 1002:271aa6ae1055
10 export LazyOuterProduct 10 export LazyOuterProduct
11 export ⊗ 11 export ⊗
12 export SizeMismatch 12 export SizeMismatch
13 13
14 include("lazy_tensor.jl") 14 include("lazy_tensor.jl")
15 include("tensor_types.jl")
15 include("lazy_array.jl") 16 include("lazy_array.jl")
16 include("lazy_tensor_operations.jl") 17 include("lazy_tensor_operations.jl")
17 include("tuple_manipulation.jl") 18 include("tuple_manipulation.jl")
18 19
19 # Applying lazy tensors to vectors 20 # Applying lazy tensors to vectors