ODEJacobiansProvider@Deprecated public interface MainStateJacobianProvider extends OrdinaryDifferentialEquation
first order
  differential equations in order to compute exactly the main state jacobian
  matrix for partial derivatives equations.| Modifier and Type | Method and Description | 
|---|---|
| double[][] | computeMainStateJacobian(double t,
                        double[] y,
                        double[] yDot)Deprecated.  Compute the jacobian matrix of ODE with respect to main state. | 
computeDerivatives, getDimension, initdouble[][] computeMainStateJacobian(double t,
                                    double[] y,
                                    double[] yDot)
                             throws MathIllegalArgumentException,
                                    MathIllegalStateException
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 vectorMathIllegalStateException - if the number of functions evaluations is exceededMathIllegalArgumentException - if arrays dimensions do not match equations settingsCopyright © 2016–2020 Hipparchus.org. All rights reserved.