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

void Impala::Core::Array::Trait::FuncBpoMulPtr::DoIt ( double *  res,
double *  x,
double *  y 
) [inline]

Definition at line 46 of file Functors.h.

00047         {
00048         for(int i=0 ; i<3 ; i++)
00049             res[i] = x[i] * y[i];
00050         }


Generated on Thu Jan 13 09:18:45 2011 for ImpalaSrc by  doxygen 1.5.1