Go to the documentation of this file.
3#ifndef DUNE_GMPFIELD_HH
4#define DUNE_GMPFIELD_HH
20 template<
unsigned int precision >
24 typedef mpf_class Base;
35 GMPField (
const char* str )
42 GMPField (
const std::string& str )
49 typename EnableIf =
typename std::enable_if<
50 std::is_convertible<T, mpf_class>::value>::type
52 GMPField (
const T &v )
57 operator double ()
const
Dune namespace.
Definition: alignment.hh:10