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...
This commit is contained in:
Benoit Jacob
2010-04-29 10:40:52 -04:00
parent 664f2d4508
commit 38facbd55b
9 changed files with 1 additions and 373 deletions

View File

@@ -202,7 +202,6 @@ ALIASES = "only_for_vectors=This is only for vectors (either row-
"geometry_module=This is defined in the %Geometry module. \code #include <Eigen/Geometry> \endcode" \
"householder_module=This is defined in the %Householder module. \code #include <Eigen/Householder> \endcode" \
"jacobi_module=This is defined in the %Jacobi module. \code #include <Eigen/Jacobi> \endcode" \
"leastsquares_module=This is defined in the %LeastSquares module. \code #include <Eigen/LeastSquares> \endcode" \
"lu_module=This is defined in the %LU module. \code #include <Eigen/LU> \endcode" \
"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" \