Uses of Interface
org.apache.commons.math4.analysis.solvers.PolynomialSolver
| Package | Description |
|---|---|
| org.apache.commons.math4.analysis.solvers |
Root finding algorithms, for univariate real functions.
|
-
Uses of PolynomialSolver in org.apache.commons.math4.analysis.solvers
Classes in org.apache.commons.math4.analysis.solvers that implement PolynomialSolver Modifier and Type Class Description classAbstractPolynomialSolverBase class for solvers.classLaguerreSolverImplements the Laguerre's Method for root finding of real coefficient polynomials.