Uses of Interface
org.hipparchus.ode.Parameterizable
-
Packages that use Parameterizable Package Description org.hipparchus.migration.ode This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.ode This package provides classes to solve Ordinary Differential Equations problems. -
-
Uses of Parameterizable in org.hipparchus.migration.ode
Subinterfaces of Parameterizable in org.hipparchus.migration.ode Modifier and Type Interface Description interface
ParameterJacobianProvider
Deprecated.as of 1.0, replaced withNamedParameterJacobianProvider
-
Uses of Parameterizable in org.hipparchus.ode
Subinterfaces of Parameterizable in org.hipparchus.ode Modifier and Type Interface Description interface
NamedParameterJacobianProvider
Interface to compute exactly Jacobian matrix for some parameter when computingpartial derivatives equations
.interface
ODEJacobiansProvider
Interface expandingfirst order differential equations
in order to compute exactly the Jacobian matrices forpartial derivatives equations
.interface
ParametersController
Interface to compute by finite difference Jacobian matrix for some parameter when computingpartial derivatives equations
.Classes in org.hipparchus.ode that implement Parameterizable Modifier and Type Class Description class
AbstractParameterizable
This abstract class provides boilerplate parameters list.
-