aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/LeastSquares
Commit message (Collapse)AuthorAge
* a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
|
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
| | | | it never made very precise sense. but now does it still make any?
* remove unused member remean that was just initializedGravatar Benoit Jacob2009-05-05
|
* reimplement linearRegression on top of fitHyperplane which is much betterGravatar Benoit Jacob2009-05-05
|
* fix linearRegression, fix doc, add unit test (it was untested since the changeGravatar Benoit Jacob2009-05-05
| | | | making fitHyperplane no longer use it)
* Add COMPONENT DevelGravatar Laurent Montel2009-02-23
|
* * mark Geometry as experimentalGravatar Benoit Jacob2009-01-26
* install QtAlignedMalloc * finish the renaming Regression->LeastSquares * install LeastSquares directory (!!!) * misc dox fixes