mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 12:46:00 +08:00
bug #952: Missing \endcode made doxygen fail to build ColPivHouseholderQR
(transplanted from bd511dde9da3a1f147b3d0d70e76298f759c4420 )
This commit is contained in:
parent
84bba80916
commit
b39413794e
@ -547,7 +547,7 @@ struct solve_retval<ColPivHouseholderQR<_MatrixType>, Rhs>
|
|||||||
|
|
||||||
/** \returns the matrix Q as a sequence of householder transformations.
|
/** \returns the matrix Q as a sequence of householder transformations.
|
||||||
* You can extract the meaningful part only by using:
|
* You can extract the meaningful part only by using:
|
||||||
* \code qr.householderQ().setLength(qr.nonzeroPivots()) */
|
* \code qr.householderQ().setLength(qr.nonzeroPivots()) \endcode*/
|
||||||
template<typename MatrixType>
|
template<typename MatrixType>
|
||||||
typename ColPivHouseholderQR<MatrixType>::HouseholderSequenceType ColPivHouseholderQR<MatrixType>
|
typename ColPivHouseholderQR<MatrixType>::HouseholderSequenceType ColPivHouseholderQR<MatrixType>
|
||||||
::householderQ() const
|
::householderQ() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user