Uses of Interface
org.apache.commons.math3.ode.ParameterJacobianProvider
Packages that use ParameterJacobianProvider
Package
Description
This package provides classes to solve Ordinary Differential Equations problems.
-
Uses of ParameterJacobianProvider in org.apache.commons.math3.ode
Classes in org.apache.commons.math3.ode that implement ParameterJacobianProviderModifier and TypeClassDescription(package private) classWrapper class to compute Jacobian matrices by finite differences for ODE which do not compute them by themselves.Fields in org.apache.commons.math3.ode with type parameters of type ParameterJacobianProviderModifier and TypeFieldDescriptionprivate List<ParameterJacobianProvider> JacobianMatrices.jacobianProvidersFODE with exact parameter Jacobian computation skill.Methods in org.apache.commons.math3.ode with parameters of type ParameterJacobianProviderModifier and TypeMethodDescriptionvoidJacobianMatrices.addParameterJacobianProvider(ParameterJacobianProvider provider) Add a parameter Jacobian provider.