aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-09-03 11:17:16 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-09-03 11:17:16 +0200
commit16c7b1daabd2697950605706a8bc68ae32d70fc8 (patch)
tree3662a984cd9847c0e7a1a8eb46b8454ad9d6ce69 /doc/Doxyfile.in
parentc893917d65724aee15cad8c2d5d711d991c361c9 (diff)
add examples for makeJacobi and makeGivens
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 cd67bb07d..a66750c3e 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -208,6 +208,7 @@ ALIASES = "only_for_vectors=This is only for vectors (either row-
"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" \
+ "jacobi_module=This is defined in the %Jacobi module. \code #include <Eigen/Jacobi> \endcode" \
"svd_module=This is defined in the %SVD module. \code #include <Eigen/SVD> \endcode" \
"geometry_module=This is defined in the %Geometry module. \code #include <Eigen/Geometry> \endcode" \
"leastsquares_module=This is defined in the %LeastSquares module. \code #include <Eigen/LeastSquares> \endcode" \