java.lang.Object
org.ojalgo.function.polynomial.AbstractPolynomial<ComplexNumber,PolynomialC128>
org.ojalgo.function.polynomial.ScalarPolynomial<ComplexNumber,PolynomialC128>
org.ojalgo.function.polynomial.PolynomialC128
- All Implemented Interfaces:
DoubleUnaryOperator,Function<ComplexNumber,,ComplexNumber> UnaryOperator<ComplexNumber>,Group,Group.Additive<PolynomialFunction<ComplexNumber>>,Operation,Operation.Addition<PolynomialFunction<ComplexNumber>>,Operation.Multiplication<PolynomialFunction<ComplexNumber>>,Ring<PolynomialFunction<ComplexNumber>>,BasicFunction,BasicFunction.Differentiable<ComplexNumber,,PolynomialFunction<ComplexNumber>> BasicFunction.Integratable<ComplexNumber,,PolynomialFunction<ComplexNumber>> PolynomialFunction<ComplexNumber>,UnaryFunction<ComplexNumber>,Access1D<ComplexNumber>,Mutate1D,Structure1D
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.structure.Access1D
Access1D.Aggregatable<N extends Comparable<N>>, Access1D.Collectable<N extends Comparable<N>,R extends Mutate1D>, Access1D.ElementView<N extends Comparable<N>>, Access1D.SelectionView<N extends Comparable<N>>, Access1D.Sliceable<N extends Comparable<N>>, Access1D.Visitable<N extends Comparable<N>> Nested classes/interfaces inherited from interface org.ojalgo.function.BasicFunction
BasicFunction.Differentiable<N extends Comparable<N>,F extends BasicFunction>, BasicFunction.Integratable<N extends Comparable<N>, F extends BasicFunction>, BasicFunction.PlainUnary<T, R> Nested classes/interfaces inherited from interface org.ojalgo.algebra.Group
Group.Additive<T>, Group.Multiplicative<T>Nested classes/interfaces inherited from interface org.ojalgo.structure.Mutate1D
Mutate1D.Fillable<N extends Comparable<N>>, Mutate1D.Mixable<N extends Comparable<N>>, Mutate1D.Modifiable<N extends Comparable<N>>, Mutate1D.ModifiableReceiver<N extends Comparable<N>>, Mutate1D.Receiver<N extends Comparable<N>>, Mutate1D.SortableNested classes/interfaces inherited from interface org.ojalgo.algebra.Operation
Operation.Addition<T>, Operation.Division<T>, Operation.Multiplication<T>, Operation.Subtraction<T>Nested classes/interfaces inherited from interface org.ojalgo.structure.Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S extends Structure1D,B extends Structure1D.Logical<S, B>>, Structure1D.LongIndex, Structure1D.LoopCallback -
Field Summary
FieldsFields inherited from class org.ojalgo.function.polynomial.AbstractPolynomial
DEGREE_ACCURACY -
Constructor Summary
ConstructorsConstructorDescriptionPolynomialC128(int degree) PolynomialC128(BasicArray<ComplexNumber> coefficients) -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected ComplexNumbergetDerivativeFactor(int power) protected ComplexNumbergetPrimitiveFactor(int power) protected PolynomialC128newInstance(int size) (package private) PolynomialC128one()static PolynomialC128wrap(ComplexNumber... coefficients) Methods inherited from class org.ojalgo.function.polynomial.ScalarPolynomial
integrate, invoke, multiply, negate, normMethods inherited from class org.ojalgo.function.polynomial.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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.ojalgo.structure.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 java.util.function.DoubleUnaryOperator
andThen, composeMethods inherited from interface org.ojalgo.structure.Mutate1D
reset, set, set, set, set, set, set, set, set, set, set, setMethods inherited from interface org.ojalgo.function.polynomial.PolynomialFunction
degreeMethods inherited from interface org.ojalgo.function.UnaryFunction
andThen, apply, applyAsDouble, compose, invoke, invoke, invoke, invoke
-
Field Details
-
ONE
-
-
Constructor Details
-
PolynomialC128
public PolynomialC128(int degree) -
PolynomialC128
PolynomialC128(BasicArray<ComplexNumber> coefficients)
-
-
Method Details
-
wrap
-
estimate
-
getDerivativeFactor
- Specified by:
getDerivativeFactorin classAbstractPolynomial<ComplexNumber,PolynomialC128>
-
getPrimitiveFactor
- Specified by:
getPrimitiveFactorin classAbstractPolynomial<ComplexNumber,PolynomialC128>
-
newInstance
- Specified by:
newInstancein classAbstractPolynomial<ComplexNumber,PolynomialC128>
-
one
PolynomialC128 one()- Specified by:
onein classAbstractPolynomial<ComplexNumber,PolynomialC128>
-