[inline, private]
Definition at line 202 of file svm.cpp.
References dot(), and x.
Referenced by Kernel().
00203 { 00204 return dot(x[i],x[j]); 00205 }
Here is the call graph for this function: