aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/QR
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2015-02-15 06:08:25 +0100
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2015-02-15 06:08:25 +0100
commitbd511dde9da3a1f147b3d0d70e76298f759c4420 (patch)
tree9d9e8774a3380baa0fa5e04462fdf8719f3350fc /Eigen/src/QR
parente2cfddf75f63a07012839ac980a8438ff3066a0c (diff)
bug #952: Missing \endcode made doxygen fail to build ColPivHouseholderQR
Diffstat (limited to 'Eigen/src/QR')
-rw-r--r--Eigen/src/QR/ColPivHouseholderQR.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/QR/ColPivHouseholderQR.h b/Eigen/src/QR/ColPivHouseholderQR.h
index 370cb69e3..2696c4b2f 100644
--- a/Eigen/src/QR/ColPivHouseholderQR.h
+++ b/Eigen/src/QR/ColPivHouseholderQR.h
@@ -566,7 +566,7 @@ struct Assignment<DstXprType, Inverse<ColPivHouseholderQR<MatrixType> >, interna
/** \returns the matrix Q as a sequence of householder transformations.
* 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>
typename ColPivHouseholderQR<MatrixType>::HouseholderSequenceType ColPivHouseholderQR<MatrixType>
::householderQ() const