Package space.kscience.kmath.functions
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.
Polynomial coefficients model without fixation on specific context they are applied to.
Space of polynomials.
Functions
Convert this polynomial to a function returning nullable value (null if argument is outside piecewise range).
Represent the polynomial as a regular context-less function.
Convert this polynomial to a function using defaultValue for arguments outside the piecewise range.
Create a polynomial witch represents differentiated version of this polynomial
Create a polynomial witch represents indefinite integral version of this polynomial
Compute a definite integral of a given polynomial in a range
A generic piecewise without constraints on how pieces are placed
A builder for PiecewisePolynomial
Evaluates the value of the given double polynomial for given double argument.
Return a value of polynomial function with given ring a given arg or null if argument is outside piecewise definition.
Evaluates the value of the given polynomial for given argument. https://en.wikipedia.org/wiki/Horner%27s_method