dune-common 2.9.0
|
Wrapper for the GNU multiprecision (GMP) library. More...
#include <iostream>
#include <string>
#include <type_traits>
#include <gmpxx.h>
#include <dune/common/promotiontraits.hh>
#include <dune/common/typetraits.hh>
Go to the source code of this file.
Classes | |
class | Dune::GMPField< precision > |
Number class for high precision floating point number using the GMP library mpf_class implementation. More... | |
struct | Dune::IsNumber< GMPField< precision > > |
struct | Dune::PromotionTraits< GMPField< precision1 >, GMPField< precision2 > > |
struct | Dune::PromotionTraits< GMPField< precision >, GMPField< precision > > |
struct | Dune::PromotionTraits< GMPField< precision >, T > |
struct | Dune::PromotionTraits< T, GMPField< precision > > |
Namespaces | |
namespace | Dune |
Dune namespace. | |
Wrapper for the GNU multiprecision (GMP) library.