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

template<class T>
T max ( x,
y 
) [inline]

Definition at line 15 of file svm.cpp.

00015 { return (x>y)?x:y; }


Generated on Fri Mar 19 10:17:06 2010 for ImpalaSrc by  doxygen 1.5.1