Package | Description |
---|---|
org.apache.commons.math3.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
Modifier and Type | Method and 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 time
|
Constructor and Description |
---|
FirstOrderConverter(SecondOrderDifferentialEquations equations)
Simple constructor.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.