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

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

Definition at line 414 of file WeibullNgbPnLoop.h.

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

00415 {
00416   return (x < y) ? x : y;
00417 }


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