[inline]
Empty matrix of type C.
Definition at line 23 of file Matrix.h.
References CxMatrixTem< C >::_data, CxMatrixTem< C >::_nc, and CxMatrixTem< C >::_nr.
00024 { 00025 _nr = 0; 00026 _nc = 0; 00027 _data = 0; 00028 }