Uses of Interface
org.apache.commons.math3.ode.SecondOrderDifferentialEquations
Packages that use SecondOrderDifferentialEquations
Package
Description
This package provides classes to solve Ordinary Differential Equations problems.
-
Uses of SecondOrderDifferentialEquations in org.apache.commons.math3.ode
Fields in org.apache.commons.math3.ode declared as SecondOrderDifferentialEquationsModifier and TypeFieldDescriptionprivate final SecondOrderDifferentialEquations
FirstOrderConverter.equations
Underlying second order equations set.Methods in org.apache.commons.math3.ode with parameters of type SecondOrderDifferentialEquationsModifier and TypeMethodDescriptionvoid
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.math3.ode with parameters of type SecondOrderDifferentialEquationsModifierConstructorDescriptionSimple constructor.