diff Notes.md @ 1240:a9ac86f6be8a

Merge refactor/LazyTensors/tuple_manipulation
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 21 Feb 2023 21:01:46 +0100
parents e2f6dafb5d83
children a8fa8c1137cc
line wrap: on
line diff
--- a/Notes.md	Wed Feb 08 10:29:06 2023 +0100
+++ b/Notes.md	Tue Feb 21 21:01:46 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)