aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-07-19 22:59:05 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-07-19 22:59:05 +0000
commit269f683902231020a910fd4e2c1b74554183e2c8 (patch)
treef95a531cd1792f1df2122a3879217adc8eb9ec18 /doc/Doxyfile.in
parent6e2c53e0562785f2f8c72a67dd8c40451cf2a319 (diff)
Add cholesky's members to MatrixBase
Various documentation improvements including new snippets (AngleAxis and Cholesky)
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index bade60a2b..4c5c71fd7 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -199,6 +199,7 @@ TAB_SIZE = 8
ALIASES = "only_for_vectors=This is only for vectors (either row-vectors or column-vectors), i.e. matrices which are known at compile-time to have either one row or one column." \
"array_module=This is defined in the %Array module. \code #include <Eigen/Array> \endcode" \
"lu_module=This is defined in the %LU module. \code #include <Eigen/LU> \endcode" \
+ "cholesky_module=This is defined in the %Cholesky module. \code #include <Eigen/Cholesky> \endcode" \
"qr_module=This is defined in the %QR module. \code #include <Eigen/QR> \endcode" \
"geometry_module=This is defined in the %Geometry module. \code #include <Eigen/Geometry> \endcode" \
"addexample=\anchor" \