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 PolynomialRootsPolynomialOps.createRootFinder(int maxCoefficients, RootFinderType which) Creates different polynomial root finders.static PolynomialRootsPolynomialSolver.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 TypeClassDescriptionclassFinds the roots of a polynomial using a companion matrix and eigenvalue decomposition.classWrapper aroundFindRealRootsSturmforPolynomialRoots.