Uses of Interface
org.apache.commons.math3.ode.Parameterizable
-
Packages that use Parameterizable Package Description org.apache.commons.math3.ode This package provides classes to solve Ordinary Differential Equations problems. -
-
Uses of Parameterizable in org.apache.commons.math3.ode
Subinterfaces of Parameterizable in org.apache.commons.math3.ode Modifier and Type Interface Description interfaceParameterizedODEInterface to compute by finite difference Jacobian matrix for some parameter when computingpartial derivatives equations.interfaceParameterJacobianProviderInterface to compute exactly Jacobian matrix for some parameter when computingpartial derivatives equations.Classes in org.apache.commons.math3.ode that implement Parameterizable Modifier and Type Class Description classAbstractParameterizableThis abstract class provides boilerplate parameters list.(package private) classParameterizedWrapperWrapper class enablingbasic simpleODE instances to be used when processingJacobianMatrices.(package private) classParameterJacobianWrapperWrapper class to compute Jacobian matrices by finite differences for ODE which do not compute them by themselves.
-