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

void SVR_Q::swap_index ( int  i,
int  j 
) const [inline, virtual]

Reimplemented from Kernel.

Definition at line 1208 of file svm.cpp.

References index, sign, and swap().

01209         {
01210                 std::swap(sign[i],sign[j]);
01211                 std::swap(index[i],index[j]);
01212         }

Here is the call graph for this function:


Generated on Fri Mar 19 10:32:46 2010 for ImpalaSrc by  doxygen 1.5.1