aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h
Commit message (Collapse)AuthorAge
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
|
* MINPACK license is OK for MPL2 after allGravatar Benoit Jacob2012-07-15
|
* Add a EIGEN_MPL2_ONLY build option to generate compiler errors when ↵Gravatar Benoit Jacob2012-07-13
| | | | including non-MPL2 modules
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
|
* fix warning with gcc 4.3Gravatar Gael Guennebaud2010-06-10
|
* the Index types change.Gravatar Benoit Jacob2010-05-30
| | | | As discussed on the list (too long to explain here).
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
| | | | | | | | * get rid of BlockReturnType: it was not needed, and code was not always using it consistently anyway * add topRows(), leftCols(), bottomRows(), rightCols() * add corners unit-test covering all of that * adapt docs, expand "porting from eigen 2 to 3" * adapt Eigen2Support
* misc cleaning / eigenizationGravatar Thomas Capricelli2010-01-28
|
* misc cleaningGravatar Thomas Capricelli2010-01-26
|
* Use eigen methods for solving triangular systems. We loose again veryGravatar Thomas Capricelli2010-01-25
| | | | slightly on both speed and precision on some tests.
* useful cleaningGravatar Thomas Capricelli2010-01-25
|
* cleaningGravatar Thomas Capricelli2009-11-26
|
* cleaningGravatar Thomas Capricelli2009-11-26
|
* make qrsolv use eigen typesGravatar Thomas Capricelli2009-11-26
|
* clean qrsolvGravatar Thomas Capricelli2009-11-26
|
* reduce ei_qrsolv() signature, wa is actually a 'working array'Gravatar Thomas Capricelli2009-11-26
|
* rename NonLinear to NonLinearOptimizationGravatar Thomas Capricelli2009-11-09