public interface MainStateJacobianProvider extends FirstOrderDifferentialEquations
first order
differential equations in order to compute exactly the main state jacobian
matrix for partial derivatives equations.| Modifier and Type | Method and Description |
|---|---|
void |
computeMainStateJacobian(double t,
double[] y,
double[] yDot,
double[][] dFdY)
Compute the jacobian matrix of ODE with respect to main state.
|
computeDerivatives, getDimensionvoid computeMainStateJacobian(double t,
double[] y,
double[] yDot,
double[][] dFdY)
t - current value of the independent time variabley - array containing the current value of the main state vectoryDot - array containing the current value of the time derivative of the main state vectordFdY - placeholder array where to put the jacobian matrix of the ODE w.r.t. the main state vectorCopyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.