Uses of Interface
org.apache.commons.math4.legacy.analysis.solvers.PolynomialSolver
-
Packages that use PolynomialSolver Package Description org.apache.commons.math4.legacy.analysis.solvers Root finding algorithms, for univariate real functions. -
-
Uses of PolynomialSolver in org.apache.commons.math4.legacy.analysis.solvers
Classes in org.apache.commons.math4.legacy.analysis.solvers that implement PolynomialSolver Modifier and Type Class Description class
AbstractPolynomialSolver
Base class for solvers.class
LaguerreSolver
Implements the Laguerre's Method for root finding of real coefficient polynomials.
-