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

  /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/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();

Completed in 183 milliseconds