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

/external/eigen/Eigen/src/SparseQR/
H A DSparseQR.h330 Index nzcolR, nzcolQ; // Number of nonzero for the current column of R and Q local
368 nzcolR = 0; nzcolQ = 1;
411 Qidx(nzcolQ) = curIdx; // Add this row to the pattern of Q,
413 nzcolQ++;
443 Qidx(nzcolQ++) = iQ; // Add this row to the pattern of Q,
457 Scalar c0 = nzcolQ ? tval(Qidx(0)) : Scalar(0);
461 for (Index itq = 1; itq < nzcolQ; ++itq) sqrNorm += numext::abs2(tval(Qidx(itq)));
475 for (Index itq = 1; itq < nzcolQ; ++itq)
499 for (Index itq = 0; itq < nzcolQ; ++itq)

Completed in 88 milliseconds