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

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

Definition at line 197 of file Classifier.h.

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

Referenced by SommateTransposeMultiplications(), and UpdateBackGroundModel().

00198     {
00199         const double* vec = vector->CPB();
00200         MultiplyWithTranspose(matrix, vec);
00201     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:22:08 2010 for ImpalaSrc by  doxygen 1.5.1