Uses of Interface
org.ddogleg.solver.PolynomialRoots
-
Uses of PolynomialRoots in org.ddogleg.solver
Modifier 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
Modifier and TypeClassDescriptionclass
Finds the roots of a polynomial using a companion matrix and eigenvalue decomposition.class
Wrapper aroundFindRealRootsSturm
forPolynomialRoots
.