public class CauchyPolynomial extends Polynomial
C(x) = |p_n|x^n + |p_{n-1}|x^{n-1} + ... + |p_1|x - |p_0| = 0Note: the sign of the constant is negative.
Function.EvaluationException
ONE, ZERO
Constructor and Description |
---|
CauchyPolynomial(Polynomial p) |
Modifier and Type | Method and Description |
---|---|
double |
lowerBound()
Cauchy's lower bound on polynomial zeros is the unique positive root of the Cauchy polynomial.
|
add, degree, equals, evaluate, evaluate, evaluate, getCoefficient, getCoefficients, getNormalization, hashCode, minus, multiply, ONE, opposite, pow, scaled, scaled, toString, ZERO
evaluate
dimensionOfDomain, dimensionOfRange
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
dimensionOfDomain, dimensionOfRange
public CauchyPolynomial(Polynomial p)
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.