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

void Impala::Core::Matrix::DistributedAccess::SetAverage ( int  i,
double  value 
) [inline]

Definition at line 405 of file DistributedAccess.h.

References ILOG_ERROR, and mAverages.

00406     {
00407         if ((i >= 0) && (i < mAverages.size()))
00408             mAverages[i] = value;
00409         else
00410             ILOG_ERROR("SetAverage: index " << i << " out of range");
00411     }


Generated on Thu Jan 13 09:20:19 2011 for ImpalaSrc by  doxygen 1.5.1