HomeSort by relevance Sort by last modified time
    Searched full:nonzeropivots (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/LU/
FullPivLU.h 116 inline Index nonzeroPivots() const
579 for(Index i = 0; i < dec().nonzeroPivots(); ++i)
647 for(Index i = 0; i < dec().nonzeroPivots(); ++i)
676 nonzero_pivots = dec().nonzeroPivots();
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 318 inline Index nonzeroPivots() const
462 nonzero_pivots = dec().nonzeroPivots();
474 .setLength(dec().nonzeroPivots())
FullPivHouseholderQR.h 337 inline Index nonzeroPivots() const
471 // FIXME introduce nonzeroPivots() and use it here. and more generally,
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
lmpar.h 194 // const Index rank = qr.nonzeroPivots(); // exactly double(0.)

Completed in 68 milliseconds