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

Vector::VectorTem<Real64> Impala::Core::Feature::MarkovStationaryFeatureTimed ( Matrix::Mat *  m  )  [inline]

Definition at line 128 of file MarkovStationaryFeature.h.

References ILOG_INFO, ILOG_VAR, MarkovStationaryFeature(), and Impala::Timer::SplitTimeStr().

00129 {
00130     ILOG_VAR(Sandbox.koen.MarkovStationaryFeature);
00131     Timer timer;
00132     Vector::VectorTem<Real64> temp = MarkovStationaryFeature(m);
00133     ILOG_INFO("MSF in " << timer.SplitTimeStr());
00134     return temp;
00135 }

Here is the call graph for this function:


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