List of all members.
Public Types
-
typedef MultiArray< 1, T, S > M1D
- A onedimensional array that is stored contiguously.
-
typedef MultiArray< 2, T, S > M2D
- A twodimensional array that is stored contiguously.
-
typedef MultiArray< 2, T,
CreativeArray< 2, T, S, S > > M2D_1D
- A twodimensional array that is stored as contiguous 1D arrays that are created on demand.
-
typedef MultiArray< 3, T, S > M3D
- A threedimensional array that is stored contiguously.
-
typedef MultiArray< 3, T,
CreativeArray< 3, T, S, S > > M3D_2D
- A threedimensional array that is stored as contiguous 2D arrays that are created on demand.
-
typedef MultiArray< 3, T,
CreativeArray< 3, T, S,
CreativeArray< 2, T, S, S > > > M3D_2D_1D
- A threedimensional array that is stored as contiguous 2D arrays that are build from 1D arrays created on demand.
-
typedef MultiArray< 4, T, S > M4D
- A fourdimensional array that is stored contiguously.
-
typedef MultiArray< 4, T,
CreativeArray< 4, T, S, S > > M4D_3D
- A fourdimensional array that is stored as contiguous 3D arrays that are created on demand.
-
typedef MultiArray< 4, T,
CreativeArray< 4, T, S,
CreativeArray< 3, T, S, S > > > M4D_3D_2D
- A fourdimensional array that is stored as contiguous 3D arrays that are build from 2D arrays created on demand.
-
typedef MultiArray< 4, T,
CreativeArray< 4, T, S,
CreativeArray< 3, T, S,
CreativeArray< 2, T, S, S > > > > M4D_3D_2D_1D
- A fourdimensional array that is stored as contiguous 3D arrays that are build from 1D arrays created on demand.
template<class T, class S = T*>
class Fiber::ArrayList< T, S >