Package-level declarations
Types
A Piecewise builder where all the pieces are ordered by the Comparable type instances.
Represents piecewise-defined function where all the sub-functions are polynomials.
Represents univariate polynomial that stores its coefficients in a List.
Functions
Convert this polynomial to a function returning nullable value (null if argument is outside piecewise range).
Convert this polynomial to a function using defaultValue for arguments outside the piecewise range.
Represents this constant as a Polynomial.
Returns algebraic derivative of received polynomial.
Returns algebraic antiderivative of received polynomial.
A generic piecewise without constraints on how pieces are placed
A builder for PiecewisePolynomial
Constructs a Polynomial instance with provided coefficients. The collection of coefficients will be reversed if reverse parameter is true.
Creates a PolynomialSpace's scope over a received ring.
Properties
Creates a PolynomialSpace over a received ring.