HomeSort by relevance Sort by last modified time
    Searched defs:Cp (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 125 Index* Cp = C.outerIndexPtr();
128 len[k] = Cp[k+1] - Cp[k];
145 Cp[n] = -1; /* n is a root of assembly tree */
156 Cp[i] = -1; /* i is a root of assembly tree */
164 Cp[i] = amd_flip (n);
190 if((p = Cp[j]) >= 0) /* j is a live node or element */
192 Cp[j] = Ci[p]; /* save first entry of object */
200 Ci[q] = Cp[j]; /* restore first entry of object */
201 Cp[j] = q++; /* new pointer to object j *
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 343 // 0 <= alpha_i <= Cp for y_i = 1
348 // Q, b, y, Cp, Cn, and an initial feasible point \alpha
    [all...]

Completed in 357 milliseconds