Uses of Interface
org.apache.commons.math3.ode.Parameterizable
Packages that use Parameterizable
Package
Description
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.odeModifier and TypeInterfaceDescriptioninterface
Interface to compute by finite difference Jacobian matrix for some parameter when computingpartial derivatives equations
.interface
Interface to compute exactly Jacobian matrix for some parameter when computingpartial derivatives equations
.Classes in org.apache.commons.math3.ode that implement ParameterizableModifier and TypeClassDescriptionclass
This abstract class provides boilerplate parameters list.(package private) class
Wrapper class enablingbasic simple
ODE instances to be used when processingJacobianMatrices
.(package private) class
Wrapper class to compute Jacobian matrices by finite differences for ODE which do not compute them by themselves.