carl
24.04
Computer ARithmetic Library
|
#include "to_univariate_polynomial.h"
#include "../MultivariatePolynomial.h"
#include "../UnivariatePolynomial.h"
Go to the source code of this file.
Namespaces | |
carl | |
carl is the main namespace for the library. | |
Functions | |
template<typename C , typename O , typename P > | |
MultivariatePolynomial< C, O, P > | carl::quotient (const MultivariatePolynomial< C, O, P > ÷nd, const MultivariatePolynomial< C, O, P > &divisor) |
Calculates the quotient of a polynomial division. More... | |