Uses of Interface
org.apache.commons.math3.analysis.solvers.PolynomialSolver

Packages that use PolynomialSolver
org.apache.commons.math3.analysis.solvers Root finding algorithms, for univariate real functions. 
 

Uses of PolynomialSolver in org.apache.commons.math3.analysis.solvers
 

Classes in org.apache.commons.math3.analysis.solvers that implement PolynomialSolver
 class AbstractPolynomialSolver
          Base class for solvers.
 class LaguerreSolver
          Implements the Laguerre's Method for root finding of real coefficient polynomials.
 



Copyright © 2017 CNES. All Rights Reserved.