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

void Impala::Core::Tracking::TraitBpoAddAssignPtr::DoIt ( double *  x,
double *  y 
) [inline]

Actual operation : # return x + y #.

Definition at line 39 of file ConvolutionTraits.h.

00040         {
00041         for(int i=0 ; i<1 ; i++)
00042             x[i] += y[i];
00043         }


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