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

template<class DstArrayT, class SrcArrayT>
double Impala::Core::Feature::WeibullNgbPnLoop< DstArrayT, SrcArrayT >::fmin2 ( double  x,
double  y 
) [inline]

Definition at line 405 of file WeibullNgbPnLoop.h.

References ISNAN.

Referenced by Impala::Core::Feature::WeibullNgbPnLoop< DstArrayT, SrcArrayT >::dpsifn().

00406 {
00407 #ifdef IEEE_754
00408   if (ISNAN(x) || ISNAN(y))
00409     return x + y;
00410 #endif
00411   return (x < y) ? x : y;
00412 }


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