Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

template<class C>
C* CxMatrixTem< C >::operator[] ( int  i  )  const [inline]

Subscripting, start with 0.

Definition at line 148 of file Matrix.h.

References CxMatrixTem< C >::_data, and CxMatrixTem< C >::_nc.

00149         {
00150                 return &_data[i*_nc];
00151         }


Generated on Thu Jan 13 09:13:06 2011 for ImpalaSrc by  doxygen 1.5.1