aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/Polynomials
Commit message (Collapse)AuthorAge
* Remove vim specific comments to recognoize correct file-type.Gravatar David Tellenbach2021-02-09
| | | | As discussed in #2143 we remove editor specific comments.
* bug #1596: fix inclusion of Eigen's header within unsupported modules.Gravatar Gael Guennebaud2018-09-17
|
* Old gcc versions have problems with recursive #pragma GCC diagnostic push/popGravatar Christoph Hertzberg2018-08-28
| | | | Workaround: Don't include "DisableStupidWarnings.h" before including other main-headers
* remove the 'Unsupported Modules' meta moduleGravatar Gael Guennebaud2013-01-11
|
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
|
* EigenSolver is now in the Eigenvalues modules, not QR !Gravatar Gael Guennebaud2011-01-27
| | | | : Enter commit message. Lines beginning with 'HG:' are removed.
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
| | | | | - all what's not in unsupported/ is considered stable API (except internal stuff e.g. expression templates).
* Fix some doc typos.Gravatar Manuel Yguel2010-03-25
|
* Creation of the Polynomials module with the following features:Gravatar Manuel Yguel2010-03-25
* convenient functions: - Horner and stabilized Horner evaluation - polynomial coefficients from a set of given roots - Cauchy bounds * a QR based polynomial solver