[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 }