Home
last modified time | relevance | path

Searched refs:height_type_ (Results 1 – 2 of 2) sorted by relevance

/dports/math/piranha/piranha-0.11/src/
H A Dpolynomial.hpp1190 using height_type_ = decltype(math::abs(std::declval<const cf_t<T> &>())); typedef in piranha::polynomial
1192 using height_type = typename std::enable_if<std::is_constructible<height_type_<T>, int>::value
1193 … && is_less_than_comparable<height_type_<T>>::value
1194 … && std::is_move_assignable<height_type_<T>>::value
1195 … && (std::is_copy_constructible<height_type_<T>>::value
1196 … || std::is_move_constructible<height_type_<T>>::value),
1197 height_type_<T>>::type;
/dports/math/py-piranha/piranha-0.11/src/
H A Dpolynomial.hpp1190 using height_type_ = decltype(math::abs(std::declval<const cf_t<T> &>())); typedef in piranha::polynomial
1192 using height_type = typename std::enable_if<std::is_constructible<height_type_<T>, int>::value
1193 … && is_less_than_comparable<height_type_<T>>::value
1194 … && std::is_move_assignable<height_type_<T>>::value
1195 … && (std::is_copy_constructible<height_type_<T>>::value
1196 … || std::is_move_constructible<height_type_<T>>::value),
1197 height_type_<T>>::type;