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.Logical<S extends Structure1D,B extends Structure1D.Logical<S,?>>, Structure1D.LongIndex, Structure1D.LoopCallback
BasicFunction.Differentiable<N extends Number,F extends BasicFunction>, BasicFunction.Integratable<N extends Number,F extends BasicFunction>, BasicFunction.PlainUnary<T,R>
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 power,
double coefficient) |
void |
set(int power,
N coefficient) |
andThen, apply, applyAsDouble, compose, invoke, invoke
identity
andThen, compose, identity
asCollectable1D, asPrimitive1D, axpy, byteValue, dot, doubleValue, elements, equals, floatValue, get, hashCode, intValue, longValue, nonzeros, shortValue, supplyTo, toRawCopy1D, toString, wrap, wrap, wrap
count, index, loopAll, loopMatching, loopRange, mapper, size
buildDerivative
buildPrimitive, integrate
int degree()
void estimate(NumberSeries<?> samples)
void set(Access1D<?> coefficients)
void set(int power, double coefficient)
void set(int power, N coefficient)
Copyright © 2019 Optimatika. All rights reserved.