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

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

Classes in org.apache.commons.math3.analysis.solvers that implement DifferentiableUnivariateSolver
 class AbstractDifferentiableUnivariateSolver
          Deprecated. as of 3.1, replaced by AbstractUnivariateDifferentiableSolver
 class NewtonSolver
          Deprecated. as of 3.1, replaced by NewtonRaphsonSolver
 

Uses of DifferentiableUnivariateSolver in org.orekit.propagation
 

Classes in org.orekit.propagation that implement DifferentiableUnivariateSolver
 class OsculatingToMeanElementsConverter.NewtonSolverImp
          Specific implementation of the Newton solver.
 



Copyright © 2017 CNES. All Rights Reserved.