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

template<class ArrayT>
void Impala::Core::Matrix::MatDiv ( ArrayT *  m,
typename ArrayT::ArithType  val 
) [inline]

Definition at line 16 of file MatDiv.h.

References MatE(), and MatNrElem().

Referenced by MatCovariance(), and MatCovarianceExact().

00017 {
00018     typename ArrayT::StorType* ptr = MatE(m, 0, 0);
00019     int nr = MatNrElem(m);
00020     for (int i=0 ; i<nr ; i++)
00021         ptr[i] /= val;
00022 }

Here is the call graph for this function:


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