Inheritance diagram for Eigen::NumTraits< mpfr::mpreal >:Public Types | |
| enum | { IsInteger , IsSigned , IsComplex , RequireInitialization , ReadCost , AddCost , MulCost } |
| typedef mpfr::mpreal | NonInteger |
| typedef mpfr::mpreal | Real |
Public Types inherited from Eigen::GenericNumTraits< mpfr::mpreal > | |
| typedef T | Real |
Static Public Member Functions | |
| static Real | Catalan (long Precision=mpfr::mpreal::get_default_prec()) |
| static Real | dummy_precision () |
| static Real | epsilon (const Real &x) |
| static Real | epsilon (long Precision=mpfr::mpreal::get_default_prec()) |
| static Real | Euler (long Precision=mpfr::mpreal::get_default_prec()) |
| static Real | highest (long Precision=mpfr::mpreal::get_default_prec()) |
| static Real | Log2 (long Precision=mpfr::mpreal::get_default_prec()) |
| static Real | lowest (long Precision=mpfr::mpreal::get_default_prec()) |
| static Real | Pi (long Precision=mpfr::mpreal::get_default_prec()) |
Additional Inherited Members | |
Public Attributes inherited from Eigen::GenericNumTraits< mpfr::mpreal > | |
| AddCost | |
| IsComplex | |
| IsInteger | |
| IsSigned | |
| MulCost | |
| ReadCost | |
| RequireInitialization | |
\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:
Definition at line 62 of file MPRealSupport.
| typedef mpfr::mpreal Eigen::NumTraits< mpfr::mpreal >::NonInteger |
Definition at line 76 of file MPRealSupport.
| typedef mpfr::mpreal Eigen::NumTraits< mpfr::mpreal >::Real |
Definition at line 75 of file MPRealSupport.
| anonymous enum |
| Enumerator | |
|---|---|
| IsInteger | |
| IsSigned | |
| IsComplex | |
| RequireInitialization | |
| ReadCost | |
| AddCost | |
| MulCost | |
Definition at line 65 of file MPRealSupport.
|
inlinestatic |
Definition at line 85 of file MPRealSupport.
|
inlinestatic |
Definition at line 98 of file MPRealSupport.
|
inlinestatic |
Definition at line 88 of file MPRealSupport.
|
inlinestatic |
Definition at line 87 of file MPRealSupport.
|
inlinestatic |
Definition at line 83 of file MPRealSupport.
|
inlinestatic |
Definition at line 78 of file MPRealSupport.
|
inlinestatic |
Definition at line 84 of file MPRealSupport.
|
inlinestatic |
Definition at line 79 of file MPRealSupport.
|
inlinestatic |
Definition at line 82 of file MPRealSupport.