Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:32:10 2010 for ImpalaSrc by  doxygen 1.5.1