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

  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 462 nonzero_pivots = dec().nonzeroPivots(); local
464 if(nonzero_pivots == 0)
479 .topLeftCorner(nonzero_pivots, nonzero_pivots)
481 .solveInPlace(c.topRows(nonzero_pivots));
485 d.topRows(nonzero_pivots)
487 .topLeftCorner(nonzero_pivots, nonzero_pivots)
489 * c.topRows(nonzero_pivots);
491 for(Index i = 0; i < nonzero_pivots; ++i) dst.row(dec().colsPermutation().indices().coeff(i)) = c.row(i)
    [all...]
  /external/eigen/Eigen/src/LU/
FullPivLU.h 676 nonzero_pivots = dec().nonzeroPivots(); local
680 if(nonzero_pivots == 0)
705 .topLeftCorner(nonzero_pivots, nonzero_pivots)
707 .solveInPlace(c.topRows(nonzero_pivots));
710 for(Index i = 0; i < nonzero_pivots; ++i)
712 for(Index i = nonzero_pivots; i < dec().matrixLU().cols(); ++i)

Completed in 62 milliseconds