Package-level declarations
Types
Marks declarations that give access to internal entities of polynomials delicate structure. Thus, it allows optimizing performance a bit by skipping standard steps, but such skips may cause critical errors if something is implemented badly. Make sure you fully read and understand documentation and don't break internal contracts.
Represents univariate rational function that stores its numerator and denominator as ListPolynomials.
Arithmetic context for univariate rational functions with numerator and denominator represented as ListPolynomials.
Properties
Creates a ListPolynomialSpaceOverField over a received field.
Creates a ListPolynomialSpace over a received ring.
Creates a ListRationalFunctionSpaceOverField over a received field.
Creates a ListRationalFunctionSpace over a received ring.
Functions
Returns algebraic antiderivative of received polynomial.
Represent this polynomial as a regular context-less function.
Represent this rational function as a regular context-less function.
Represent this polynomial as a regular context-less function.
Represent this rational function as a regular context-less function.
Represents this constant as a ListPolynomial.
Represents this constant as a rational function.
Returns algebraic derivative of received polynomial.
Constructs a ListPolynomial instance with provided coefficients. The collection of coefficients will be reversed if reverse parameter is true.
Constructs ListRationalFunction instance with numerator and denominator constructed with provided numeratorCoefficients and denominatorCoefficients. The both collections of coefficients will be reversed if reverse parameter is true.
Constructs ListRationalFunction instance with provided numerator and unit denominator.
Constructs ListRationalFunction instance with numerator constructed with provided numeratorCoefficients and unit denominator. The collection of numerator coefficients will be reversed if reverse parameter is true.
Evaluates value of this Double polynomial on provided Double argument.
Evaluates value of this Double rational function in provided Double argument.
Evaluates value of this polynomial on provided argument.
Evaluates value of this polynomial for provided argument.