Searched refs:curIdx (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/SparseQR/
H A DSparseQR.h378 Index curIdx = nonzeroCol; local
379 if(itp) curIdx = itp.row();
380 if(curIdx == nonzeroCol) found_diag = true;
383 Index st = m_firstRowElt(curIdx); // The traversal of the etree starts here
404 // Copy the current (curIdx,pcol) value of the input matrix
405 if(itp) tval(curIdx) = itp.value();
406 else tval(curIdx) = Scalar(0);
409 if(curIdx > nonzeroCol && mark(curIdx) != col )
411 Qidx(nzcolQ) = curIdx; // Ad
420 Index curIdx = Ridx(i); local
485 Index curIdx = Ridx(i); local
[all...]
/external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
H A Dapp.js580 var curIdx, rowspan, cur;
583 curIdx = i;
590 data[curIdx].rowspan = rowspan;

Completed in 105 milliseconds