Functions

Index calculations

Functions

static int vm_M3Math::at (int i, int j)

Function Documentation

template<class T_fp >
int vm_M3Math< T_fp >::at ( int  i,
int  j 
) [inline, static, inherited]

Index calculation.

     Array value m[i][j] is *(m + i*EColStride + j)
     
Returns:
offset of index set i, j (used for flat array storage)
Parameters:
i index
j index

Definition at line 290 of file vm_m3math.h.