Interface ParameterJacobianProvider

All Superinterfaces:
NamedParameterJacobianProvider, Parameterizable

@Deprecated public interface ParameterJacobianProvider extends NamedParameterJacobianProvider
Deprecated.
as of 1.0, replaced with NamedParameterJacobianProvider
Interface to compute exactly Jacobian matrix for some parameter when computing partial derivatives equations.
  • Method Summary

    Modifier and Type
    Method
    Description
    default double[]
    computeParameterJacobian(double t, double[] y, double[] yDot, String paramName)
    Deprecated.
    Compute the Jacobian matrix of ODE with respect to one parameter.
    void
    computeParameterJacobian(double t, double[] y, double[] yDot, String paramName, double[] dFdP)
    Deprecated.
    Compute the Jacobian matrix of ODE with respect to one parameter.

    Methods inherited from interface org.hipparchus.ode.Parameterizable

    getParametersNames, isSupported