Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:32:09 2010 for ImpalaSrc by  doxygen 1.5.1