JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Interface
org.hipparchus.ode.SecondOrderODE
Packages that use
SecondOrderODE
Package
Description
org.hipparchus.ode
This package provides classes to solve Ordinary Differential Equations problems.
Uses of
SecondOrderODE
in
org.hipparchus.ode
Constructors in
org.hipparchus.ode
with parameters of type
SecondOrderODE
Modifier
Constructor
Description
FirstOrderConverter
(
SecondOrderODE
equations)
Simple constructor.