public interface PolynomialFunction<N extends Number> extends UnaryFunction<N>, Access1D<N>, BasicFunction.Differentiable<N,PolynomialFunction<N>>, BasicFunction.Integratable<N,PolynomialFunction<N>>
Access1D.Aggregatable<N extends Number>, Access1D.Collectable<N extends Number,R extends Mutate1D.Receiver<N>>, Access1D.Elements, Access1D.ElementView<N extends Number>, Access1D.IndexOf, Access1D.Sliceable<N extends Number>, Access1D.Visitable<N extends Number>
Structure1D.BasicMapper<T>, Structure1D.IndexCallback, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.LongIndex, Structure1D.LoopCallback
BasicFunction.Differentiable<N extends Number,F extends BasicFunction<N>>, BasicFunction.Integratable<N extends Number,F extends BasicFunction<N>>
Modifier and Type | Method and Description |
---|---|
int |
degree() |
void |
estimate(Access1D<?> x,
Access1D<?> y) |
void |
estimate(List<? extends Number> x,
List<? extends Number> y) |
void |
estimate(NumberSeries<?> samples) |
void |
set(Access1D<?> coefficients) |
void |
set(int aPower,
double aCoefficient) |
void |
set(int aPower,
N aCoefficient) |
andThen, apply, applyAsDouble, compose, invoke, invoke
identity
andThen, compose, identity
asCollectable1D, asPrimitive1D, axpy, dot, doubleValue, elements, equals, get, hashCode, iterator, nonzeros, stream, supplyTo, toRawCopy1D, wrap, wrap, wrap, wrapAccess1D, wrapAccess1D, wrapAccess1D
count, loopAll, loopMatching, loopRange, mapper
forEach, spliterator
buildDerivative
buildPrimitive, integrate
int degree()
void estimate(NumberSeries<?> samples)
void set(Access1D<?> coefficients)
void set(int aPower, double aCoefficient)
void set(int aPower, N aCoefficient)
Copyright © 2018 Optimatika. All rights reserved.