template<class C>
Number of rows.
Definition at line 89 of file Matrix.h. References CxMatrixTem< C >::_nr. Referenced by CxMatrixTem< C >::CxMatrixTem(), CxMatrixTem< C >::i(), operator *(), CxMatrixTem< C >::operator *(), CxMatrixTem< C >::operator+(), CxMatrixTem< C >::operator=(), and CxMatrixTem< C >::t(). 00090 { 00091 return _nr; 00092 }
|