Home
last modified time | relevance | path

Searched refs:nonzeroPivots (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/LU/
DFullPivLU.h117 inline Index nonzeroPivots() const in nonzeroPivots() function
593 for(Index i = 0; i < dec().nonzeroPivots(); ++i)
662 for(Index i = 0; i < dec().nonzeroPivots(); ++i)
691 nonzero_pivots = dec().nonzeroPivots();
/external/eigen/Eigen/src/QR/
DColPivHouseholderQR.h363 inline Index nonzeroPivots() const in nonzeroPivots() function
528 nonzero_pivots = dec().nonzeroPivots();
540 .setLength(dec().nonzeroPivots())
DFullPivHouseholderQR.h359 inline Index nonzeroPivots() const