Mercurial > repos > public > sbplib_julia
changeset 1327:a956fc8e79a6 refactor/grids
Remove note
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 02 May 2023 20:14:24 +0200 |
parents | e352630a0309 |
children | f00a205ae347 |
files | grid_refactor.md |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/grid_refactor.md Sun Apr 30 22:33:13 2023 +0200 +++ b/grid_refactor.md Tue May 02 20:14:24 2023 +0200 @@ -122,9 +122,4 @@ (see "Lazy version of map for our needs?" above) -### Would it help to introduce a type for grid functions? -Seems easier to avoid this but it might be worth investigating. - -Can it be done with some kind of trait? We can give AbstractArray the appropriate trait and keep them for the simplest grid functions. - ## Implement the tensor product operator for grids?