mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
bug #952: Missing \endcode made doxygen fail to build ColPivHouseholderQR
This commit is contained in:
parent
e2cfddf75f
commit
bd511dde9d
@ -566,7 +566,7 @@ struct Assignment<DstXprType, Inverse<ColPivHouseholderQR<MatrixType> >, interna
|
|||||||
|
|
||||||
/** \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…
Reference in New Issue
Block a user