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

template<class C>
CxMatrixTem< C >::CxMatrixTem ( int  nRow,
int  nCol,
C *  data 
) [inline]

CxMatrixTem of type C, with given data.

Definition at line 52 of file Matrix.h.

References CxMatrixTem< C >::_data, CxMatrixTem< C >::_nc, and CxMatrixTem< C >::_nr.

00053         {
00054                 _nr = nRow;
00055                 _nc = nCol;
00056                 _data = data;
00057         }


Generated on Fri Mar 19 10:32:09 2010 for ImpalaSrc by  doxygen 1.5.1