mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-22 12:54:26 +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
|
* \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(); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user