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

void Impala::Core::Tracking::Classifier::MultiplyWithTranspose ( Array::Array2dScalarReal64 *&  matrix,
const Array::Array2dScalarReal64 vector 
) [inline, private]

Todo:
should move to Core/Matrix

Definition at line 233 of file Classifier.h.

References Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CPB().

Referenced by SommateTransposeMultiplications(), and UpdateBackGroundModel().

00235     {
00236         const double* vec = vector->CPB();
00237         MultiplyWithTranspose(matrix, vec);
00238     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:02 2011 for ImpalaSrc by  doxygen 1.5.1