#include <TensorArray.H>#include <iostream>#include <iterator>#include <algorithm>#include <Vector.H>#include <xstl.H>#include <xmath.H>Typedefs | |
| typedef TensorArray< float, 1 > | MyFloatArray1D |
| typedef TensorArray< float, 2 > | MyFloatArray2D |
| typedef TensorArray< float, 3 > | MyFloatArray3D |
| typedef TensorArray< float, 5 > | MyFloatArray5D |
Functions | |
| template<typename T, int dims> void | generic_array_operation (TensorArray< T, dims > &_array) |
| void | tst5DIdxOperatorAndSliceIterator () |
| void | IdxAssign (int loop) |
| void | ItrAssign (int loop) |
| int | main () |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18