aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h
Commit message (Expand)AuthorAge
* add specialization of check_sparse_solving() for SuperLU solver, in order to ...Gravatar Ralf Hannemann-Tamas2021-02-08
* Fixed some incorrect assertionsGravatar Benoit Steiner2016-05-05
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* wa2 was computed twice because of a confustion between changesetsGravatar Thomas Capricelli2011-08-04
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* fix typo in constant nameGravatar Thomas Capricelli2011-06-12
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
* Fixed many MSVC warnings.Gravatar Hauke Heibel2010-06-09
* the Index types change.Gravatar Benoit Jacob2010-05-30
* misc cleaningGravatar Thomas Capricelli2010-02-28
* NonLinearOptimization : clean 'mode' handling from the old minpack code :Gravatar Thomas Capricelli2010-02-21
* fix usage of epsilon wrt to latest API changeGravatar Thomas Capricelli2010-02-11
* Put the Status outside of the class, it really does not depend on theGravatar Thomas Capricelli2010-01-28
* eigenization of ei_r1updt()Gravatar Thomas Capricelli2010-01-28
* misc cleaning / eigenizationGravatar Thomas Capricelli2010-01-28
* use PlanarRotation<> instead of handmade givens rotation in cminpack codeGravatar Thomas Capricelli2010-01-26
* clean r1mpyq: remove fortran leftoversGravatar Thomas Capricelli2010-01-26
* remove spacesGravatar Thomas Capricelli2010-01-26
* get rid of ei_qform + lot of other cleaning, now that we do not depend onGravatar Thomas Capricelli2010-01-26
* some more eigenizationGravatar Thomas Capricelli2010-01-26
* use a plain matrix to store the upper triangular matrix 'R', insteadGravatar Thomas Capricelli2010-01-26
* cleaningGravatar Thomas Capricelli2010-01-26
* Replace the qr factorization from (c)minpack (qrfac) by Eigen's own stuff.Gravatar Thomas Capricelli2010-01-25
* port unsupported modules to new APIGravatar Gael Guennebaud2010-01-05
* Remove //@{ ... //@} for same reason as in changeset 2026ea7ff2be0473511cc74c...Gravatar Jitse Niesen2009-12-13
* computes column norms outside of ei_qrfac()Gravatar Thomas Capricelli2009-11-26
* use typedefGravatar Thomas Capricelli2009-11-25
* some more documentationGravatar Thomas Capricelli2009-11-09
* various fixes in headersGravatar Thomas Capricelli2009-11-09
* rename NonLinear to NonLinearOptimizationGravatar Thomas Capricelli2009-11-09