Uses of Interface
org.apache.commons.math4.legacy.ode.Parameterizable
-
Packages that use Parameterizable Package Description org.apache.commons.math4.legacy.ode This package provides classes to solve Ordinary Differential Equations problems. -
-
Uses of Parameterizable in org.apache.commons.math4.legacy.ode
Subinterfaces of Parameterizable in org.apache.commons.math4.legacy.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.math4.legacy.ode that implement Parameterizable Modifier and Type Class Description class
AbstractParameterizable
This abstract class provides boilerplate parameters list.
-