aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/NonLinearOptimization/r1updt.h
Commit message (Expand)AuthorAge
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
* MINPACK license is OK for MPL2 after allGravatar Benoit Jacob2012-07-15
* Add a EIGEN_MPL2_ONLY build option to generate compiler errors when including...Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix a bug where some rotations were not initializedGravatar Thomas Capricelli2011-08-04
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
* the Index types change.Gravatar Benoit Jacob2010-05-30
* eigenization of ei_r1updt()Gravatar Thomas Capricelli2010-01-28
* use PlanarRotation<> instead of handmade givens rotation in cminpack codeGravatar Thomas Capricelli2010-01-26
* fix possible segfaultGravatar Thomas Capricelli2010-01-26
* cleaningGravatar Thomas Capricelli2010-01-26
* use a plain matrix to store the upper triangular matrix 'R', insteadGravatar Thomas Capricelli2010-01-26
* rename NonLinear to NonLinearOptimizationGravatar Thomas Capricelli2009-11-09