Uses of Interface
org.apache.commons.math3.ode.ParameterJacobianProvider
-
Packages that use ParameterJacobianProvider Package Description org.apache.commons.math3.ode 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 ParameterJacobianProvider Modifier and Type Class Description (package private) class
ParameterJacobianWrapper
Wrapper 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 ParameterJacobianProvider Modifier and Type Field Description private java.util.List<ParameterJacobianProvider>
JacobianMatrices. jacobianProviders
FODE with exact parameter Jacobian computation skill.Methods in org.apache.commons.math3.ode with parameters of type ParameterJacobianProvider Modifier and Type Method Description void
JacobianMatrices. addParameterJacobianProvider(ParameterJacobianProvider provider)
Add a parameter Jacobian provider.
-