aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/polynomialsolver.cpp
Commit message (Collapse)AuthorAge
* Various fixes in polynomial solver and its unit tests:Gravatar Gael Guennebaud2018-12-09
| | | | | | - cleanup noise in imaginary part of real roots - take into account the magnitude of the derivative to check roots. - use <= instead of < at appropriate places
* Fix some shadow warningsGravatar Christoph Hertzberg2018-08-25
|
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵Gravatar Gael Guennebaud2018-07-17
| | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc
* Extend polynomial solver unit tests to complexesGravatar Gael Guennebaud2016-11-23
|
* PolynomialSolver: test template constructor in test suite.Gravatar Benjamin Chrétien2014-05-19
|
* PolynomialSolver: add a test to reveal a bug.Gravatar Benjamin Chrétien2014-05-19
|
* Remove unused typedef in polynomialsolver test.Gravatar Jitse Niesen2014-02-08
|
* fix typo in evalSolverSugarFunction()Gravatar Naumov Maks2014-02-08
|
* Fix warning typedef XXX locally defined but not usedGravatar Gael Guennebaud2013-06-21
|
* 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
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* remove use of GSL in polynomialsolver unit testGravatar Gael Guennebaud2012-04-11
|
* Decrease the degree of the polynomials being tested to reduce time spent ↵Gravatar Manuel Yguel2011-01-05
| | | | during the tests.
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
| | | | | | | Renamed meta_{true|false} to {true|false}_type, meta_if to conditional, is_same_type to is_same, un{ref|pointer|const} to remove_{reference|pointer|const} and makeconst to add_const. Changed boolean type 'ret' member to 'value'. Changed 'ret' members refering to types to 'type'. Adapted all code occurences.
* make polynomialsolver test compile fasterGravatar Benoit Jacob2010-10-25
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* Next try - more Index fixes.Gravatar Hauke Heibel2010-06-20
|
* Add missing test files for Polynomials module.Gravatar Manuel Yguel2010-03-25