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 interface
ParameterizedODE
Interface to compute by finite difference Jacobian matrix for some parameter when computingpartial derivatives equations
.interface
ParameterJacobianProvider
Interface 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 class
AbstractParameterizable
This abstract class provides boilerplate parameters list.(package private) class
ParameterizedWrapper
Wrapper class enablingbasic simple
ODE instances to be used when processingJacobianMatrices
.(package private) class
ParameterJacobianWrapper
Wrapper class to compute Jacobian matrices by finite differences for ODE which do not compute them by themselves.
-