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

Packages that use AbstractDifferentiableUnivariateSolver
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 AbstractDifferentiableUnivariateSolver in org.apache.commons.math3.analysis.solvers
 

Subclasses of AbstractDifferentiableUnivariateSolver in org.apache.commons.math3.analysis.solvers
 class NewtonSolver
          Deprecated. as of 3.1, replaced by NewtonRaphsonSolver
 

Uses of AbstractDifferentiableUnivariateSolver in org.orekit.propagation
 

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



Copyright © 2017 CNES. All Rights Reserved.