Main Page | Modules | Class Hierarchy | Class List | File List | Class Members

The Class MArray
[Multidimensional Dynamic Arrays]

Classes

Functions


Function Documentation

template<class T1, int N>
TExpr<IndexIterDimExpr<T1,int,N>, N> indexPos const MArray< T1, N > &  a,
const int  dim
[inline]
 

Use indexPos( A, i ) in an expression to refer to the i-th dimension's index in MArray A during expression evaluation

template<class T1, int N>
TExpr<IndexIterDimExpr<T1,double,N>, N> indexPosDbl const MArray< T1, N > &  a,
const int  dim
[inline]
 

indexPosDbl() returns the index value as a double. This is neccessary because of the lack of arbitrary type applicative templates, only X(T a, T b) ...

template<class T1, int N>
TExpr<IndexIterDimExpr<T1,float,N>, N> indexPosFlt const MArray< T1, N > &  a,
const int  dim
[inline]
 

indexPosFlt() return the index value as a float. This is neccessary because of the lack of arbitrary type applicative templates, only X(T a, T b) ...


Generated on Fri Dec 24 13:32:03 2004 for LTL by doxygen 1.3.4