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 ListRationalFunctionSpace over a received polynomial space.
Functions
Represents this constant as a ListPolynomial.
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.