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

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

Indicates whether the matrix is valid.

Definition at line 110 of file Matrix.h.

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

00111         {
00112                 return ((_nc != 0) && (_nr != 0));
00113         }


Generated on Fri Mar 19 10:32:10 2010 for ImpalaSrc by  doxygen 1.5.1