Package | Description |
---|---|
org.apache.commons.math.ode.jacobians |
This package was intended to solve Ordinary Differential Equations problems
and also compute derivatives of the solution.
|
Constructor and Description |
---|
FirstOrderIntegratorWithJacobians(FirstOrderIntegrator integrator,
ParameterizedODE ode,
double[] p,
double[] hY,
double[] hP)
Deprecated.
Build an enhanced integrator using internal differentiation to compute jacobians.
|
Copyright © 2003–2015. All rights reserved.