@Deprecated public interface ODEWithJacobians extends FirstOrderDifferentialEquations
first order differential equations
with parameters and partial derivatives.FirstOrderIntegratorWithJacobians
Modifier and Type | Method and Description |
---|---|
void |
computeJacobians(double t,
double[] y,
double[] yDot,
double[][] dFdY,
double[][] dFdP)
Deprecated.
Compute the partial derivatives of ODE with respect to state.
|
int |
getParametersDimension()
Deprecated.
Get the number of parameters.
|
computeDerivatives, getDimension
int getParametersDimension()
void computeJacobians(double t, double[] y, double[] yDot, double[][] dFdY, double[][] dFdP) throws DerivativeException
t
- current value of the independent time variabley
- array containing the current value of the state vectoryDot
- array containing the current value of the time derivative of the state vectordFdY
- placeholder array where to put the jacobian of the ODE with respect to the state vectordFdP
- placeholder array where to put the jacobian of the ODE with respect to the parametersDerivativeException
- this exception is propagated to the caller if the
underlying user function triggers one"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"