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

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

Reimplemented from Kernel.

Definition at line 1172 of file svm.cpp.

References cache, Kernel::swap_index(), and Cache::swap_index().

01173         {
01174                 cache->swap_index(i,j);
01175                 Kernel::swap_index(i,j);
01176         }

Here is the call graph for this function:


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