Uses of Interface
org.apache.commons.math.ode.SecondOrderDifferentialEquations
-
Packages that use SecondOrderDifferentialEquations Package Description org.apache.commons.math.ode This package provides classes to solve Ordinary Differential Equations problems. -
-
Uses of SecondOrderDifferentialEquations in org.apache.commons.math.ode
Methods in org.apache.commons.math.ode with parameters of type SecondOrderDifferentialEquations Modifier and Type Method Description void
SecondOrderIntegrator. integrate(SecondOrderDifferentialEquations equations, double t0, double[] y0, double[] yDot0, double t, double[] y, double[] yDot)
Integrate the differential equations up to the given timeConstructors in org.apache.commons.math.ode with parameters of type SecondOrderDifferentialEquations Constructor Description FirstOrderConverter(SecondOrderDifferentialEquations equations)
Simple constructor.
-