HomeSort by relevance Sort by last modified time
    Searched defs:matrixR (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/Eigen2Support/
QR.h 47 matrixR(void) const
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 165 * \code matrixR().template triangularView<Upper>() \endcode
168 * matrixR().topLeftCorner(rank(), rank()).template triangularView<Upper>()
171 const MatrixType& matrixR() const
546 dec().matrixR()
  /external/eigen/Eigen/src/SPQRSupport/
SuiteSparseQRSupport.h 154 y.topRows(rk) = this->matrixR().topLeftCorner(rk, rk).template triangularView<Upper>().solve(y.topRows(rk));
164 const MatrixType matrixR() const
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 55 * matrixR().topLeftCorner(rank(), rank()) always returns a triangular factor of full rank.
116 const QRMatrixType& matrixR() const { return m_R; }
179 y.topRows(rank) = this->matrixR().topLeftCorner(rank, rank).template triangularView<Upper>().solve(b.topRows(rank));
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h 209 JacobianType& matrixR() {return m_rfactor; }

Completed in 136 milliseconds