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

template<class ArrayT>
ArrayT* Impala::Core::Matrix::MatCopy ( ArrayT *  src  )  [inline]

Definition at line 17 of file MatCopy.h.

References MatNrCol(), MatNrRow(), and MatSet().

Referenced by Impala::Core::Feature::MarkovStationaryFeature(), Impala::Core::Array::Pattern::PatGeometricOp(), and Impala::Core::Training::Fisher::SigmoidMap().

00018 {
00019     ArrayT* res = MatCreate<ArrayT>(MatNrRow(src), MatNrCol(src));
00020     MatSet(res, src);
00021     return res;
00022 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:15:54 2010 for ImpalaSrc by  doxygen 1.5.1