aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/doc/examples/PolynomialSolver1.cpp
Commit message (Collapse)AuthorAge
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
| | | | | - remove most of the metaprogramming kung fu in MathFunctions.h (only keep functions that differs from the std) - remove the overloads for array expression that were in the std namespace
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-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