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