aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/MPRealSupport
Commit message (Collapse)AuthorAge
* Fix MPrealSupportGravatar Gael Guennebaud2018-09-20
|
* bug #1596: fix inclusion of Eigen's header within unsupported modules.Gravatar Gael Guennebaud2018-09-17
|
* Issue with mpreal and std::numeric_limits, i.e. digits is not a constant. ↵Gravatar Simon Praetorius2017-03-24
| | | | Added a digits() traits in NumTraits with fallback to static constant. Specialization for mpreal added in MPRealSupport.
* Implement digits10 for mprealGravatar Gael Guennebaud2016-07-25
|
* Fixed MPRealSupportGravatar Christoph Hertzberg2015-02-28
|
* Fix remaining garbage during a merge.Gravatar Gael Guennebaud2014-09-01
|
* merge default branchGravatar Gael Guennebaud2014-08-29
|\
* | bug #770: fix out of bounds accessGravatar Gael Guennebaud2014-07-18
| |
| * Fix trivial warnings in MPRealSupportGravatar Christoph Hertzberg2014-07-18
| |
| * bug #770: fix out of bounds accessGravatar Gael Guennebaud2014-07-18
|/
* bug #842: warn user about MPFR++ being under the GPLGravatar Gael Guennebaud2014-07-17
|
* Fix bug #770: workaround thread safety in mprealGravatar Gael Guennebaud2014-07-17
|
* bug #842: fix specialized product for mprealGravatar Gael Guennebaud2014-07-17
|
* Remove dummy code in MPRealSupportGravatar Gael Guennebaud2013-01-24
|
* Specialize GEBP traits and kernel for mpreal to by-pass mpreal and remove ↵Gravatar Gael Guennebaud2013-01-23
| | | | the costly creation of many temporaries.
* remove the 'Unsupported Modules' meta moduleGravatar Gael Guennebaud2013-01-11
|
* Updated multiprecision module to support the most recent version of MPFR C++Gravatar Pavel Holoborodko2012-10-19
|
* Manual MPL2 relicensing fixesGravatar Benoit Jacob2012-07-13
|
* MPreal: extended unit test, remove useless internal overloads, add support ↵Gravatar Gael Guennebaud2012-06-21
| | | | for internal::cast (needed for printing)
* Put docs for unsupported modules in right place.Gravatar Jitse Niesen2011-09-07
| | | | | | | Doxygen was confused by the unsupported modules being partly in the doc/ directly, instead of completely in unsupported/doc/ . Thus, the link to the unsupported modules on the server did not work (I think this manifested itself after doxygen was upgraded on the server).
* fix: <ctime> is necessary for srand(time(NULL))Gravatar Chen-Pang He2011-08-24
|
* mv the mpreal copy in its own folderGravatar Gael Guennebaud2011-08-19
|
* protect calls to min and max with parentheses to make Eigen compatible with ↵Gravatar Gael Guennebaud2011-07-21
| | | | | | | default windows.h (transplanted from 49b6e9143e1d74441924c0c313536e263e12a55c )
* update URLGravatar Gael Guennebaud2011-05-31
|
* allow the possibility to automatically call or not the ctors on a per scalar ↵Gravatar Gael Guennebaud2011-01-26
| | | | type basis, and disable automatic initialization of std::complex<>
* adapt mpreal to eigen3 mathfunctions systemGravatar Benoit Jacob2010-10-25
|
* 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