From 38facbd55b815b62686cf622619f165d2b76f65f Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Thu, 29 Apr 2010 10:40:52 -0400 Subject: 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... --- unsupported/doc/Doxyfile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'unsupported') 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 \endcode" \ "svd_module=This is defined in the %SVD module. \code #include \endcode" \ "geometry_module=This is defined in the %Geometry module. \code #include \endcode" \ - "leastsquares_module=This is defined in the %LeastSquares module. \code #include \endcode" \ "label=\bug" \ "redstar=*" \ "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\"" -- cgit v1.2.3