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

template<class ArrayT>
void Impala::Core::Array::Statistics< ArrayT >::InitNotRunning ( ArrayT *  a  )  [inline, private]

Definition at line 184 of file Statistics.h.

Referenced by Impala::Core::Array::Statistics< Impala::Core::Array::Array2dTemrray2dTem< Real64, 1, Real64 > >::DoArray().

00185     {
00186         mNum = 1;
00187         Set(mMinVal, a);
00188         Set(mMaxVal, a);
00189         Set(mSum, a);
00190         Mul(mSumSqr, a, a);
00191         Abs(mSumAbs, a);
00192         Set(mTmp, a);
00193         mDoneInit = true;
00194     }


Generated on Thu Jan 13 09:17:22 2011 for ImpalaSrc by  doxygen 1.5.1