1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

Begginings of slice summation and subblocking

This commit is contained in:
Peter Boyle
2015-04-23 11:04:59 +01:00
parent 7007d6a176
commit 4d2198ea56
6 changed files with 88 additions and 43 deletions

4
TODO
View File

@ -10,7 +10,7 @@ FUNCTIONALITY:
* How to do U[mu] ... lorentz part of type structure or not. more like chroma if not. -- DONE
* subdirs lib, tests ?? ----- DONE
- lib/math
- lib/math
- lib/cartesian
- lib/cshift
- lib/stencil
@ -26,7 +26,7 @@ FUNCTIONALITY:
Not done, or just incomplete
* random number generation
* Consider switch std::vector to boost arrays.
* Consider switch std::vector to boost arrays or something lighter weight
boost::multi_array<type, 3> A()... to replace multi1d, multi2d etc..
* How to define simple matrix operations, such as flavour matrices?