aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Cholesky
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2014-04-07 14:14:48 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2014-04-07 14:14:48 +0100
commita91a7a1964305311133858de96b845da49389922 (patch)
tree2afbf8121e79c2aee5d4c92bf8d74a308ed98201 /Eigen/Cholesky
parent5afcb4965c9ccdce05e1852dd22b552559696f61 (diff)
doc: Add references to Cholesky methods in SelfAdjointView.
Diffstat (limited to 'Eigen/Cholesky')
-rw-r--r--Eigen/Cholesky6
1 files changed, 4 insertions, 2 deletions
diff --git a/Eigen/Cholesky b/Eigen/Cholesky
index f727f5d89..7314d326c 100644
--- a/Eigen/Cholesky
+++ b/Eigen/Cholesky
@@ -10,9 +10,11 @@
*
*
* This module provides two variants of the Cholesky decomposition for selfadjoint (hermitian) matrices.
- * Those decompositions are accessible via the following MatrixBase methods:
- * - MatrixBase::llt(),
+ * Those decompositions are also accessible via the following methods:
+ * - MatrixBase::llt()
* - MatrixBase::ldlt()
+ * - SelfAdjointView::llt()
+ * - SelfAdjointView::ldlt()
*
* \code
* #include <Eigen/Cholesky>