carl
24.04
Computer ARithmetic Library
|
Go to the source code of this file.
Namespaces | |
carl | |
carl is the main namespace for the library. | |
Functions | |
Monomial::Arg | carl::pow (const Monomial &m, uint exp) |
Calculates the given power of a monomial m. More... | |
Monomial::Arg | carl::pow (const Monomial::Arg &m, uint exp) |
template<typename Coeff > | |
Term< Coeff > | carl::pow (const Term< Coeff > &t, uint exp) |
template<typename C , typename O , typename P > | |
MultivariatePolynomial< C, O, P > | carl::pow (const MultivariatePolynomial< C, O, P > &p, std::size_t exp) |
template<typename C , typename O , typename P > | |
MultivariatePolynomial< C, O, P > | carl::pow_naive (const MultivariatePolynomial< C, O, P > &p, std::size_t exp) |
template<typename Coeff > | |
UnivariatePolynomial< Coeff > | carl::pow (const UnivariatePolynomial< Coeff > &p, std::size_t exp) |
Returns a polynomial to the given power. More... | |