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

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Feature::WeibullNgbPnLoop< DstArrayT, SrcArrayT >::Done ( int  phase  )  [inline]

Done with one phase.

Definition at line 162 of file WeibullNgbPnLoop.h.

References Impala::Core::Feature::WeibullNgbPnLoop< DstArrayT, SrcArrayT >::mF, Impala::Core::Feature::WeibullNgbPnLoop< DstArrayT, SrcArrayT >::mFprime, Impala::Core::Feature::WeibullNgbPnLoop< DstArrayT, SrcArrayT >::mFrac, Impala::Core::Feature::WeibullNgbPnLoop< DstArrayT, SrcArrayT >::mGamma, Impala::Core::Feature::WeibullNgbPnLoop< DstArrayT, SrcArrayT >::mGammaNext, and Impala::Core::Feature::WeibullNgbPnLoop< DstArrayT, SrcArrayT >::mVerbose.

00163     {
00164 
00165       int ph = phase%2;
00166       if (mVerbose)
00167         std::cout << "done: phase = " << phase <<  std::endl;
00168       if(!ph)
00169       {
00170         if (mVerbose)
00171           std::cout << "mGamma = " << mGamma << std::endl;
00172 
00173         mF = mFrac + mF;
00174         mGammaNext = mGamma - mF/mFprime;
00175         if (mVerbose)
00176           std::cout << "mGammaNext = " << mGammaNext << std::endl;
00177       }
00178       
00179     }


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