aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-08-11 02:25:40 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-08-11 02:25:40 +0000
commit17ec407ccd860eb44e6d2593bf9b17adf417bd37 (patch)
tree2629ed8b45ee0b98bb90017366cfc79a0d4d55a8 /doc/Doxyfile.in
parent55e8d670ce206ea91aed5520688442ee6fed0fd2 (diff)
* add Regression module, from eigen1, improved, with doc and unit-test.
* fix .normalized() so that Random().normalized() works; since the return type became complicated to write down i just let it return an actual vector, perhaps not optimal. * add Sparse/CMakeLists.txt. I suppose that it was intentional that it didn't have CMakeLists, but in <=2.0 releases I'll just manually remove Sparse.
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 eed3fe600..2f1a2d023 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -202,6 +202,7 @@ ALIASES = "only_for_vectors=This is only for vectors (either row-
"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" \
+ "regression_module=This is defined in the %Regression module. \code #include <Eigen/Regression> \endcode" \
"addexample=\anchor" \
"label=\bug"
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C