Jet  v1.3.3
jet::Array< T, N > Class Template Referencefinal

Generic N-dimensional array class interface. More...

#include <jet/array.h>

Detailed Description

template<typename T, size_t N>
class jet::Array< T, N >

Generic N-dimensional array class interface.

This class provides generic template class for N-dimensional array where N must be either 1, 2 or 3. This particular class exists to provide generic interface for 1, 2 or 3 dimensional arrays using template specialization only, but it cannot create any instance by itself.

Template Parameters
T- Real number type.
N- Dimension.

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