Searched refs:matrixR (Results 1 – 8 of 8) sorted by relevance
47 s = qr.matrixR(); in lmpar2()51 const Index n = qr.matrixR().cols(); in lmpar2()
49 m_rfactor = qrfac.matrixR(); in minimizeOneStep()
228 JacobianType& matrixR() {return m_rfactor; } in matrixR() function
163 …y.topRows(rk) = this->matrixR().topLeftCorner(rk, rk).template triangularView<Upper>().solve(y2.to…179 const MatrixType matrixR() const
124 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()
143 const QRMatrixType& matrixR() const { return m_R; }206 …y.topRows(rank) = this->matrixR().topLeftCorner(rank, rank).template triangularView<Upper>().solve…
204 const MatrixType& matrixR() const
206 // .qr() -> .matrixQ() and .matrixR()