mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Typo in COD's doc: matrixR() -> matrixT()
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
94bed2b80c
commit
b94bddcde0
@@ -179,7 +179,7 @@ template <typename MatrixType_> class CompleteOrthogonalDecomposition
|
|||||||
* \code matrixT().template triangularView<Upper>() \endcode
|
* \code matrixT().template triangularView<Upper>() \endcode
|
||||||
* For rank-deficient matrices, use
|
* For rank-deficient matrices, use
|
||||||
* \code
|
* \code
|
||||||
* matrixR().topLeftCorner(rank(), rank()).template triangularView<Upper>()
|
* matrixT().topLeftCorner(rank(), rank()).template triangularView<Upper>()
|
||||||
* \endcode
|
* \endcode
|
||||||
*/
|
*/
|
||||||
const MatrixType& matrixT() const { return m_cpqr.matrixQR(); }
|
const MatrixType& matrixT() const { return m_cpqr.matrixQR(); }
|
||||||
|
|||||||
Reference in New Issue
Block a user