接口 ParameterJacobianProvider

所有超级接口:
NamedParameterJacobianProvider, Parameterizable

@Deprecated public interface ParameterJacobianProvider extends NamedParameterJacobianProvider
已过时。
as of 1.0, replaced with NamedParameterJacobianProvider
Interface to compute exactly Jacobian matrix for some parameter when computing partial derivatives equations.
  • 方法概要

    修饰符和类型
    方法
    说明
    default double[]
    computeParameterJacobian(double t, double[] y, double[] yDot, String paramName)
    已过时。
    Compute the Jacobian matrix of ODE with respect to one parameter.
    void
    computeParameterJacobian(double t, double[] y, double[] yDot, String paramName, double[] dFdP)
    已过时。
    Compute the Jacobian matrix of ODE with respect to one parameter.

    从接口继承的方法 org.hipparchus.ode.Parameterizable

    getParametersNames, isSupported