aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Cholesky/Cholesky.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-05-22 16:31:00 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-05-22 16:31:00 +0000
commit8f1fc80a77551b26c05669527534aff7b621b86c (patch)
tree145a82470e1193e7c25492925f10dcbe34221dd6 /Eigen/src/Cholesky/Cholesky.h
parent94e1629a1b64e384281514b3c11e4c74ca31a622 (diff)
some documentation fixes (Cwise* and Cholesky)
Diffstat (limited to 'Eigen/src/Cholesky/Cholesky.h')
-rw-r--r--Eigen/src/Cholesky/Cholesky.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Cholesky/Cholesky.h b/Eigen/src/Cholesky/Cholesky.h
index cb40cd9ce..325c9c6fc 100644
--- a/Eigen/src/Cholesky/Cholesky.h
+++ b/Eigen/src/Cholesky/Cholesky.h
@@ -109,7 +109,7 @@ void Cholesky<MatrixType>::compute(const MatrixType& a)
/** \returns the solution of A x = \a b using the current decomposition of A.
* In other words, it returns \code A^-1 b \endcode computing
- * \code L^-* L^1 b \code from right to left.
+ * \code L^-* L^1 b \endcode from right to left.
*/
template<typename MatrixType>
template<typename Derived>