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

void Impala::Core::Array::Trait::FuncExportDifference::DoIt ( double *  res,
double *  p1,
double *  p2 
) [inline]

Definition at line 219 of file Functors.h.

References mError.

00220         {
00221         for(int i=0 ; i<3 ; i++)
00222         {
00223             double d;
00224             d = p1[0] - p2[0];
00225             mError += d*d;
00226         }
00227         }


Generated on Fri Mar 19 11:06:02 2010 for ImpalaSrc by  doxygen 1.5.1