Uses of Class
org.apache.commons.math3.analysis.solvers.BaseAbstractUnivariateSolver

Packages that use BaseAbstractUnivariateSolver
org.apache.commons.math3.analysis.solvers Root finding algorithms, for univariate real functions. 
org.orekit.propagation This package provides tools to propagate orbital states with different methods. 
 

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

Subclasses of BaseAbstractUnivariateSolver in org.apache.commons.math3.analysis.solvers
 class AbstractDifferentiableUnivariateSolver
          Deprecated. as of 3.1, replaced by AbstractUnivariateDifferentiableSolver
 class AbstractPolynomialSolver
          Base class for solvers.
 class AbstractUnivariateDifferentiableSolver
          Provide a default implementation for several functions useful to generic solvers.
 class AbstractUnivariateSolver
          Base class for solvers.
 class BaseSecantSolver
          Base class for all bracketing Secant-based methods for root-finding (approximating a zero of a univariate real function).
 class BisectionSolver
          Implements the bisection algorithm for finding zeros of univariate real functions.
 class BracketingNthOrderBrentSolver
          This class implements a modification of the Brent algorithm.
 class BrentSolver
          This class implements the Brent algorithm for finding zeros of real univariate functions.
 class IllinoisSolver
          Implements the Illinois method for root-finding (approximating a zero of a univariate real function).
 class LaguerreSolver
          Implements the Laguerre's Method for root finding of real coefficient polynomials.
 class MullerSolver
          This class implements the Muller's Method for root finding of real univariate functions.
 class MullerSolver2
          This class implements the Muller's Method for root finding of real univariate functions.
 class NewtonRaphsonSolver
          Implements Newton's Method for finding zeros of real univariate differentiable functions.
 class NewtonSolver
          Deprecated. as of 3.1, replaced by NewtonRaphsonSolver
 class PegasusSolver
          Implements the Pegasus method for root-finding (approximating a zero of a univariate real function).
 class RegulaFalsiSolver
          Implements the Regula Falsi or False position method for root-finding (approximating a zero of a univariate real function).
 class RiddersSolver
          Implements the Ridders' Method for root finding of real univariate functions.
 class SecantSolver
          Implements the Secant method for root-finding (approximating a zero of a univariate real function).
 

Uses of BaseAbstractUnivariateSolver in org.orekit.propagation
 

Subclasses of BaseAbstractUnivariateSolver in org.orekit.propagation
 class OsculatingToMeanElementsConverter.NewtonSolverImp
          Specific implementation of the Newton solver.
 



Copyright © 2017 CNES. All Rights Reserved.