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

template<class C>
int CxMatrixTem< C >::nElem (  )  const [inline]

Number of elements.

Definition at line 103 of file Matrix.h.

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

Referenced by CxMatrixTem< C >::CxMatrixTem(), CxMatrixTem< C >::operator *(), CxMatrixTem< C >::operator+(), and CxMatrixTem< C >::operator=().

00104         {
00105                 return _nr * _nc;
00106         }


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