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

template<class C>
Impala::Core::Matrix::MatrixTem< C >::MatrixTem ( int  nRow,
int  nCol,
C *  data 
) [inline]

MatrixTem of type C, with given data.

Definition at line 60 of file MatrixTem.h.

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

00061         {
00062                 _nr = nRow;
00063                 _nc = nCol;
00064                 _data = data;
00065         }


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