Uses of Enum Class
org.ddogleg.solver.RootFinderType
-
Uses of RootFinderType in org.ddogleg.solver
Modifier and TypeMethodDescriptionstatic RootFinderType
Returns the enum constant of this class with the specified name.static RootFinderType[]
RootFinderType.values()
Returns an array containing the constants of this enum class, in the order they are declared.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.