![]() |
Eigen-unsupported
3.4.90 (git rev 67eeba6e720c5745abc77ae6c92ce0a44aa7b7ae)
|
\defgroup MPRealSupport_Module MPFRC++ Support module \code #include <Eigen/MPRealSupport> \endcode This module provides support for multi precision floating point numbers via the <a href="http://www.holoborodko.com/pavel/mpfr">MPFR C++</a> library which itself is built upon <a href="http://www.mpfr.org/">MPFR</a>/<a href="http://gmplib.org/">GMP</a>. \warning MPFR C++ is licensed under the GPL. You can find a copy of MPFR C++ that is known to be compatible in the unsupported/test/mpreal folder. Here is an example:
Inherits GenericNumTraits< mpfr::mpreal >.