Uses of Package
org.apache.commons.math3.analysis.solvers

Packages that use org.apache.commons.math3.analysis.solvers
org.apache.commons.math3.analysis.solvers Root finding algorithms, for univariate real functions. 
org.apache.commons.math3.dfp Decimal floating point library for Java 
org.apache.commons.math3.ode This package provides classes to solve Ordinary Differential Equations problems. 
org.apache.commons.math3.ode.events This package provides classes to handle discrete events occurring during Ordinary Differential Equations integration. 
org.apache.commons.math3.ode.nonstiff This package provides classes to solve non-stiff Ordinary Differential Equations problems. 
org.apache.commons.math3.optim.nonlinear.scalar.gradient This package provides optimization algorithms that require derivatives. 
org.orekit.attitudes.directions   
org.orekit.propagation This package provides tools to propagate orbital states with different methods. 
 

Classes in org.apache.commons.math3.analysis.solvers used by org.apache.commons.math3.analysis.solvers
AbstractDifferentiableUnivariateSolver
          Deprecated. as of 3.1, replaced by AbstractUnivariateDifferentiableSolver
AbstractPolynomialSolver
          Base class for solvers.
AbstractUnivariateDifferentiableSolver
          Provide a default implementation for several functions useful to generic solvers.
AbstractUnivariateSolver
          Base class for solvers.
AllowedSolution
          The kinds of solutions that a (bracketed univariate real) root-finding algorithm may accept as solutions.
BaseAbstractUnivariateSolver
          Provide a default implementation for several functions useful to generic solvers.
BaseSecantSolver
          Base class for all bracketing Secant-based methods for root-finding (approximating a zero of a univariate real function).
BaseSecantSolver.Method
          Secant-based root-finding methods.
BaseUnivariateSolver
          Interface for (univariate real) rootfinding algorithms.
BracketedUnivariateSolver
          Interface for (univariate real) root-finding algorithms that maintain a bracketed solution.
DifferentiableUnivariateSolver
          Deprecated. as of 3.1, replaced by UnivariateDifferentiableSolver
PolynomialSolver
          Interface for (polynomial) root-finding algorithms.
UnivariateDifferentiableSolver
          Interface for (univariate real) rootfinding algorithms.
UnivariateSolver
          Interface for (univariate real) root-finding algorithms.
 

Classes in org.apache.commons.math3.analysis.solvers used by org.apache.commons.math3.dfp
AllowedSolution
          The kinds of solutions that a (bracketed univariate real) root-finding algorithm may accept as solutions.
 

Classes in org.apache.commons.math3.analysis.solvers used by org.apache.commons.math3.ode
UnivariateSolver
          Interface for (univariate real) root-finding algorithms.
 

Classes in org.apache.commons.math3.analysis.solvers used by org.apache.commons.math3.ode.events
UnivariateSolver
          Interface for (univariate real) root-finding algorithms.
 

Classes in org.apache.commons.math3.analysis.solvers used by org.apache.commons.math3.ode.nonstiff
UnivariateSolver
          Interface for (univariate real) root-finding algorithms.
 

Classes in org.apache.commons.math3.analysis.solvers used by org.apache.commons.math3.optim.nonlinear.scalar.gradient
UnivariateSolver
          Interface for (univariate real) root-finding algorithms.
 

Classes in org.apache.commons.math3.analysis.solvers used by org.orekit.attitudes.directions
UnivariateSolver
          Interface for (univariate real) root-finding algorithms.
 

Classes in org.apache.commons.math3.analysis.solvers used by org.orekit.propagation
AbstractDifferentiableUnivariateSolver
          Deprecated. as of 3.1, replaced by AbstractUnivariateDifferentiableSolver
BaseAbstractUnivariateSolver
          Provide a default implementation for several functions useful to generic solvers.
BaseUnivariateSolver
          Interface for (univariate real) rootfinding algorithms.
DifferentiableUnivariateSolver
          Deprecated. as of 3.1, replaced by UnivariateDifferentiableSolver
NewtonSolver
          Deprecated. as of 3.1, replaced by NewtonRaphsonSolver
 



Copyright © 2017 CNES. All Rights Reserved.