Home
last modified time | relevance | path

Searched refs:matrixR (Results 1 – 8 of 8) sorted by relevance

/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
DLMpar.h47 s = qr.matrixR(); in lmpar2()
51 const Index n = qr.matrixR().cols(); in lmpar2()
DLMonestep.h49 m_rfactor = qrfac.matrixR(); in minimizeOneStep()
DLevenbergMarquardt.h228 JacobianType& matrixR() {return m_rfactor; } in matrixR() function
/external/eigen/Eigen/src/SPQRSupport/
DSuiteSparseQRSupport.h163 …y.topRows(rk) = this->matrixR().topLeftCorner(rk, rk).template triangularView<Upper>().solve(y2.to…
179 const MatrixType matrixR() const
/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp124 internal::covar(lm.matrixR(), lm.permutation().indices()); // TODO : move this as a function of lm in testLmder()
135 cov = covfac*lm.matrixR().topLeftCorner<n,n>(); in testLmder()
227 internal::covar(lm.matrixR(), lm.permutation().indices()); // TODO : move this as a function of lm in testLmdif()
238 cov = covfac*lm.matrixR().topLeftCorner<n,n>(); in testLmdif()
/external/eigen/Eigen/src/SparseQR/
DSparseQR.h143 const QRMatrixType& matrixR() const { return m_R; }
206 …y.topRows(rank) = this->matrixR().topLeftCorner(rank, rank).template triangularView<Upper>().solve…
/external/eigen/Eigen/src/QR/
DColPivHouseholderQR.h204 const MatrixType& matrixR() const
/external/eigen/doc/
DAsciiQuickReference.txt206 // .qr() -> .matrixQ() and .matrixR()