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

template<class C>
CxMatrixTem< C >::CxMatrixTem (  )  [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         }


Generated on Thu Jan 13 09:13:06 2011 for ImpalaSrc by  doxygen 1.5.1