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

template<class FType>
void Impala::Core::Vector::DoSlabChi2Distance ( FType *  C,
const FType *  A,
const FType *  B,
unsigned int  slabSizeA,
unsigned int  slabSizeB,
unsigned int  vectorSize 
) [inline]

Definition at line 172 of file Chi2Distance.h.

References DoSlabChi2DistanceStd().

Referenced by Impala::Core::Training::ComputeKernelMatrix().

00175 {
00176 #ifdef SSE_USED
00177     return DoSlabChi2DistanceSSE(C, A, B, slabSizeA, slabSizeB, vectorSize);
00178 #endif
00179     DoSlabChi2DistanceStd(C, A, B, slabSizeA, slabSizeB, vectorSize);
00180 }

Here is the call graph for this function:


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