Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:13:06 2011 for ImpalaSrc by  doxygen 1.5.1