Mercurial > repos > public > sbplib_julia
changeset 1287:014d365c18de refactor/grids
Add some todos
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 03 Mar 2023 15:40:20 +0100 |
parents | 23f3b62388ba |
children | 7de1df0aad6a |
files | grid_refactor.md |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/grid_refactor.md Fri Mar 03 15:40:04 2023 +0100 +++ b/grid_refactor.md Fri Mar 03 15:40:20 2023 +0100 @@ -18,6 +18,7 @@ * Document the expected behavior of grid functions * Write down the thinking around Grid being an AbstractArray. Why it doesn't work +* Check all the docstring of all types that have been changed * Clean out Notes.md of any solved issues * Delete this document, move remaining notes to Notes.md @@ -123,3 +124,4 @@ 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?