Class PolynomialR128
java.lang.Object
org.ojalgo.function.polynomial.AbstractPolynomial<Quadruple, PolynomialR128>
org.ojalgo.function.polynomial.ScalarPolynomial<Quadruple, PolynomialR128>
org.ojalgo.function.polynomial.PolynomialR128
- All Implemented Interfaces:
DoubleUnaryOperator, Function<Quadruple, Quadruple>, UnaryOperator<Quadruple>, Group, Group.Additive<PolynomialFunction<Quadruple>>, Operation, Operation.Addition<PolynomialFunction<Quadruple>>, Operation.Multiplication<PolynomialFunction<Quadruple>>, Ring<PolynomialFunction<Quadruple>>, BasicFunction, BasicFunction.Differentiable<Quadruple, PolynomialFunction<Quadruple>>, BasicFunction.Integratable<Quadruple, PolynomialFunction<Quadruple>>, PolynomialFunction<Quadruple>, UnaryFunction<Quadruple>, Access1D<Quadruple>, Mutate1D, Structure1D
-
Nested Class Summary
Nested classes/interfaces inherited from interface Access1D
Access1D.Aggregatable<N>, Access1D.Collectable<N,R>, Access1D.ElementView<N>, Access1D.SelectionView<N>, Access1D.Sliceable<N>, Access1D.Visitable<N> Nested classes/interfaces inherited from interface BasicFunction
BasicFunction.Differentiable<N,F>, BasicFunction.Integratable<N, F>, BasicFunction.PlainUnary<T, R> Nested classes/interfaces inherited from interface Group
Group.Additive<T>, Group.Multiplicative<T>Nested classes/interfaces inherited from interface Mutate1D
Mutate1D.Fillable<N>, Mutate1D.Mixable<N>, Mutate1D.Modifiable<N>, Mutate1D.ModifiableReceiver<N>, Mutate1D.Receiver<N>, Mutate1D.SortableNested classes/interfaces inherited from interface Operation
Operation.Addition<T>, Operation.Division<T>, Operation.Multiplication<T>, Operation.Subtraction<T>Nested classes/interfaces inherited from interface Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S,B>, Structure1D.LongIndex, Structure1D.LoopCallback -
Field Summary
FieldsFields inherited from class AbstractPolynomial
DEGREE_ACCURACY -
Constructor Summary
ConstructorsConstructorDescriptionPolynomialR128(int degree) PolynomialR128(BasicArray<Quadruple> coefficients) -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected QuadruplegetDerivativeFactor(int power) protected QuadruplegetPrimitiveFactor(int power) protected PolynomialR128newInstance(int size) (package private) PolynomialR128one()static PolynomialR128Methods inherited from class AbstractPolynomial
add, buildDerivative, buildPrimitive, coefficients, count, degree, doubleValue, equals, estimate, estimate, estimate, get, hashCode, invoke, invoke, power, set, set, set, set, size, toStringMethods inherited from interface Access1D
asCollectable1D, asKeyed1D, asList, axpy, byteValue, byteValue, dot, doubleValue, elements, floatValue, floatValue, intValue, intValue, longValue, longValue, nonzeros, select, shortValue, shortValue, supplyTo, toList, toRawCopy1DMethods inherited from interface DoubleUnaryOperator
andThen, composeMethods inherited from interface Mutate1D
reset, set, set, set, set, set, set, set, set, set, set, setMethods inherited from interface PolynomialFunction
degreeMethods inherited from interface UnaryFunction
andThen, apply, applyAsDouble, compose, invoke, invoke, invoke, invoke
-
Field Details
-
ONE
-
-
Constructor Details
-
PolynomialR128
public PolynomialR128(int degree) -
PolynomialR128
PolynomialR128(BasicArray<Quadruple> coefficients)
-
-
Method Details
-
wrap
-
estimate
-
getDerivativeFactor
- Specified by:
getDerivativeFactorin classAbstractPolynomial<Quadruple, PolynomialR128>
-
getPrimitiveFactor
- Specified by:
getPrimitiveFactorin classAbstractPolynomial<Quadruple, PolynomialR128>
-
newInstance
- Specified by:
newInstancein classAbstractPolynomial<Quadruple, PolynomialR128>
-
one
PolynomialR128 one()- Specified by:
onein classAbstractPolynomial<Quadruple, PolynomialR128>
-