aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/Polynomials/PolynomialSolver.h
Commit message (Expand)AuthorAge
* Remove debug code.Gravatar Gael Guennebaud2018-12-09
* Various fixes in polynomial solver and its unit tests:Gravatar Gael Guennebaud2018-12-09
* Automatically switch between EigenSolver and ComplexEigenSolver, and fix a fe...Gravatar Gael Guennebaud2016-11-23
* Patch from Oleg Shirokobrod to extend polynomial solver to complexesGravatar Gael Guennebaud2016-11-23
* PolynomialSolver: fix typo.Gravatar Benjamin Chrétien2014-05-19
* PolynomialSolver: fix bugs related to linear polynomials.Gravatar Benjamin Chrétien2014-05-19
* PolynomialSolver: add missing constructors.Gravatar Benjamin Chrétien2014-05-19
* 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
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* Creation of the Polynomials module with the following features:Gravatar Manuel Yguel2010-03-25