Package | Description |
---|---|
fr.cnes.sirius.patrius.math.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 equationsIn)
Simple constructor.
|
Copyright © 2023 CNES. All rights reserved.