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

template<class C>
Impala::Core::Matrix::MatrixTem< C >::MatrixTem (  )  [inline]

Empty matrix of type C.

Definition at line 31 of file MatrixTem.h.

References Impala::Core::Matrix::MatrixTem< C >::_data, Impala::Core::Matrix::MatrixTem< C >::_nc, and Impala::Core::Matrix::MatrixTem< C >::_nr.

00032         {
00033                 _nr = 0;
00034                 _nc = 0;
00035                 _data = 0;
00036         }


Generated on Fri Mar 19 11:16:33 2010 for ImpalaSrc by  doxygen 1.5.1