Uses of Enum Class
org.ddogleg.solver.RootFinderType
Packages that use RootFinderType
-
Uses of RootFinderType in org.ddogleg.solver
Methods in org.ddogleg.solver that return RootFinderTypeModifier 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.Methods in org.ddogleg.solver with parameters of type RootFinderTypeModifier 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.