Home || Visual Search || Applications || Architecture || 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(), and Impala::Core::Array::Pattern::PatGeometricOp().

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 Thu Jan 13 09:20:12 2011 for ImpalaSrc by  doxygen 1.5.1