Package org.ddogleg.solver.impl
package org.ddogleg.solver.impl
-
ClassDescriptionUses a Sturm sequence to bound the location of real roots in the polynomial.Finds the roots of a polynomial using a companion matrix and eigenvalue decomposition.A Sturm sequence has the property that the number of sign changes can be used to compute the number of real roots in a polynomial.Wrapper around
FindRealRootsSturm
forPolynomialRoots
.