ivutils
Loading...
Searching...
No Matches
Array_NFp< T, N > Class Template Reference

N-dimensional array with flipping, pointer based. More...

#include <array_n.h>

Inheritance diagram for Array_NFp< T, N >:
Collaboration diagram for Array_NFp< T, N >:

Public Member Functions

ptrdiff_t cind (const Vector_Nt< int, N > &index) const
 cycled index
 
T & cycle (const Vector_Nt< int, N > &index)
 cycles dimensions
 
- Public Member Functions inherited from Array_Np< T, N >
ptrdiff_t cind (const Vector_Nt< int, N > &index) const
 cycled index
 
T & cycle (const Vector_Nt< int, N > &index)
 cycles dimensions
 
bool check (const Vector_Nt< int, N > &index)
 Check that index is within dimensions range.
 

Detailed Description

template<class T, int N>
class Array_NFp< T, N >

N-dimensional array with flipping, pointer based.


The documentation for this class was generated from the following file: