Mercurial > repos > public > sbplib_julia
diff Notes.md @ 1232:a8fa8c1137cc refactor/grids
Merge refactor/LazyTensors/tuple_manipulation
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sun, 19 Feb 2023 22:07:57 +0100 |
parents | 5f677cd6f0b6 e2f6dafb5d83 |
children | 79647b60a73b |
line wrap: on
line diff
--- a/Notes.md Sat Feb 18 11:37:35 2023 +0100 +++ b/Notes.md Sun Feb 19 22:07:57 2023 +0100 @@ -388,3 +388,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)