接口 MainStateJacobianProvider
- 所有超级接口:
-
OrdinaryDifferentialEquation
已过时。
-
方法概要
修饰符和类型方法说明double[][]
computeMainStateJacobian
(double t, double[] y, double[] yDot) 已过时。计算相对于主状态的ODE的雅可比矩阵。从接口继承的方法 org.hipparchus.ode.OrdinaryDifferentialEquation
computeDerivatives, getDimension, init
-
方法详细资料
-
computeMainStateJacobian
double[][] computeMainStateJacobian(double t, double[] y, double[] yDot) throws MathIllegalArgumentException, MathIllegalStateException 已过时。计算相对于主状态的ODE的雅可比矩阵。- 参数:
-
t
- 独立时间变量的当前值 -
y
- 包含主状态向量当前值的数组 -
yDot
- 包含主状态向量时间导数当前值的数组 - 返回:
- 相对于主状态向量的ODE的雅可比矩阵
- 抛出:
-
MathIllegalStateException
- 如果超过函数评估次数 -
MathIllegalArgumentException
- 如果数组维度与方程设置不匹配
-
ODEJacobiansProvider