aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/mpreal_support.cpp
Commit message (Collapse)AuthorAge
* 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 mpreal unit test to check LLT with complexes.Gravatar Gael Guennebaud2016-11-05
|
* Implement digits10 for mprealGravatar Gael Guennebaud2016-07-25
|
* Remove unnecessary <bench/BenchTimer.h>includeGravatar Christoph Hertzberg2014-07-17
|
* bug #842: fix specialized product for mprealGravatar Gael Guennebaud2014-07-17
|
* Relax a bit the precision in mpreal unit test.Gravatar Gael Guennebaud2013-01-23
|
* 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
* Updated multiprecision module to support the most recent version of MPFR C++Gravatar Pavel Holoborodko2012-10-19
|
* MPreal: extended unit test, remove useless internal overloads, add support ↵Gravatar Gael Guennebaud2012-06-21
| | | | for internal::cast (needed for printing)
* mv the mpreal copy in its own folderGravatar Gael Guennebaud2011-08-19
|
* update to latest mpreal and fix a min/max issue in mprel.hGravatar Gael Guennebaud2011-08-19
|
* fix various compilations issuesGravatar Gael Guennebaud2011-01-27
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* add a support module for MPFR C++ with basic unit testingGravatar Gael Guennebaud2010-07-15