Interface ParameterJacobianProvider

All Superinterfaces:
Parameterizable

Interface to compute exactly Jacobian matrix for some parameter when computing partial derivatives equations.
Since:
3.0
  • Method Summary

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

    Methods inherited from interface org.apache.commons.math3.ode.Parameterizable

    getParametersNames, isSupported