aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/MPRealSupport
Commit message (Collapse)AuthorAge
* 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