|
FreePOOMA
2.4.1
|
Like this, for the 3D case; just chop off pieces for 1D and 2D: More...
#include <Tensor.h>
Like this, for the 3D case; just chop off pieces for 1D and 2D:
Tensor Structure (i,j) Indices array storage of elements
----------------- ----------------- --------------------------
| xOO 0 0 | | 0,0 0,1 0,2 | | x_m[0] |
| 0 x11 0 | | 1,0 1,1 1,2 | | x_m[1] |
| 0 0 x22 | | 2,0 2,1 2,2 | | x_m[2] |
1.7.6.1