diff src/LazyTensors/LazyTensors.jl @ 1802:b8cb38fd67ff feature/sbp_operators/laplace_curvilinear

Merge feature/grids/manifolds
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 02 Oct 2024 08:53:01 +0200
parents 8b64df6cadba dfb43fdac9fc
children 368999a2e243
line wrap: on
line diff
--- a/src/LazyTensors/LazyTensors.jl	Wed Sep 25 10:33:48 2024 +0200
+++ b/src/LazyTensors/LazyTensors.jl	Wed Oct 02 08:53:01 2024 +0200
@@ -1,5 +1,11 @@
 module LazyTensors
 
+export LazyTensor
+export apply
+export apply_transpose
+export range_dim, domain_dim
+export range_size, domain_size
+
 export TensorApplication
 export TensorTranspose
 export TensorComposition
@@ -13,6 +19,10 @@
 export DomainSizeMismatch
 export RangeSizeMismatch
 
+export LazyArray
+export LazyFunctionArray
+export +̃, -̃, *̃, /̃
+
 include("lazy_tensor.jl")
 include("tensor_types.jl")
 include("lazy_array.jl")