changeset 1224:e2f6dafb5d83 refactor/LazyTensors/tuple_manipulation

Add note about LazyOuterProduct
author Jonatan Werpers <jonatan@werpers.com>
date Sat, 18 Feb 2023 12:18:34 +0100
parents 5bfb182e24dc
children 6567e38b05ca
files Notes.md
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Notes.md	Sat Feb 18 12:06:59 2023 +0100
+++ b/Notes.md	Sat Feb 18 12:18:34 2023 +0100
@@ -387,3 +387,9 @@
 
 ## Name of the `VolumeOperator` type for constant stencils
 It seems that the name is too general. The name of the method `volume_operator` makes sense. It should return different types of `LazyTensor` specialized for the grid. A suggetion for a better name is `ConstantStencilVolumeOperator`
+
+
+## Implementation of LazyOuterProduct
+Could the implementation of LazyOuterProduct be simplified by making it a
+struct containing two or more LazyTensors? (using split_tuple in a similar way
+as TensorGrid)