Home
last modified time | relevance | path

Searched defs:NumTraits (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/multiprecision/
Deigen.hpp17 struct NumTraits<boost::multiprecision::number<Backend, ExpressionTemplates> > struct
19 …def boost::multiprecision::number<Backend, ExpressionTemplates> self_type;
20 … typedef typename boost::multiprecision::scalar_result_from_possible_complex<self_type>::type Real;
21 … NonInteger; // Not correct but we can't do much better??
22 …pedef double Literal;
23 …ypedef self_type Nested;
25 {
34 static Real epsilon() in epsilon()
38 static Real dummy_precision() in dummy_precision()
42 static Real highest() in highest()
[all …]