diff options
author | Benoit Jacob <jacob.benoit.1@gmail.com> | 2010-04-29 10:40:52 -0400 |
---|---|---|
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | 2010-04-29 10:40:52 -0400 |
commit | 38facbd55b815b62686cf622619f165d2b76f65f (patch) | |
tree | 05759ea4f91e47f1ea1647bebc67f2acb6e3ab56 /unsupported/doc | |
parent | 664f2d450890eefa04b2ddfc826f5ab4cd116a57 (diff) |
kill the LeastSquares module.
I didn't even put it in Eigen2Support because it requires several other modules. But if you want we can always create a new module, Eigen2Support_LeastSquares...
Diffstat (limited to 'unsupported/doc')
-rw-r--r-- | unsupported/doc/Doxyfile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unsupported/doc/Doxyfile.in b/unsupported/doc/Doxyfile.in index 12f2f39eb..7d5f24b4e 100644 --- a/unsupported/doc/Doxyfile.in +++ b/unsupported/doc/Doxyfile.in @@ -202,7 +202,6 @@ ALIASES = "only_for_vectors=This is only for vectors (either row- "qr_module=This is defined in the %QR module. \code #include <Eigen/QR> \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" \ "label=\bug" \ "redstar=<a href='#warningarraymodule' style='color:red;text-decoration: none;'>*</a>" \ "nonstableyet=\warning This is not considered to be part of the stable public API yet. Changes may happen in future releases. See \ref Experimental \"Experimental parts of Eigen\"" |