Uses of Interface
org.ddogleg.solver.PolynomialRoots
Packages that use PolynomialRoots
-
Uses of PolynomialRoots in org.ddogleg.solver
Methods in org.ddogleg.solver that return PolynomialRootsModifier and TypeMethodDescriptionstatic PolynomialRoots
PolynomialOps.createRootFinder
(int maxCoefficients, RootFinderType which) Creates different polynomial root finders.static PolynomialRoots
PolynomialSolver.createRootFinder
(RootFinderType type, int maxDegree) Creates a generic polynomial root finding class which will return all real or all real and complex roots depending on the algorithm selected. -
Uses of PolynomialRoots in org.ddogleg.solver.impl
Classes in org.ddogleg.solver.impl that implement PolynomialRootsModifier and TypeClassDescriptionclass
Finds the roots of a polynomial using a companion matrix and eigenvalue decomposition.class
Wrapper aroundFindRealRootsSturm
forPolynomialRoots
.