Home
last modified time | relevance | path

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

/dports/math/piranha/piranha-0.11/src/
H A Dpolynomial.hpp348 using k_expo_type = typename k_monomial::value_type; in poly_to_univariate() typedef
369 auto kM = static_cast<k_expo_type>(mp_kM); in poly_to_univariate()
371 std::vector<k_expo_type> cv; in poly_to_univariate()
373 [](const integer &z) { return static_cast<k_expo_type>(z); }); in poly_to_univariate()
390 retval.insert(term_type{t.m_cf, k_monomial(static_cast<k_expo_type>( in poly_to_univariate()
/dports/math/py-piranha/piranha-0.11/src/
H A Dpolynomial.hpp348 using k_expo_type = typename k_monomial::value_type; in poly_to_univariate() typedef
369 auto kM = static_cast<k_expo_type>(mp_kM); in poly_to_univariate()
371 std::vector<k_expo_type> cv; in poly_to_univariate()
373 [](const integer &z) { return static_cast<k_expo_type>(z); }); in poly_to_univariate()
390 retval.insert(term_type{t.m_cf, k_monomial(static_cast<k_expo_type>( in poly_to_univariate()