Uses of Interface
org.apache.commons.math3.ode.ParameterizedODE
-
Packages that use ParameterizedODE Package Description org.apache.commons.math3.ode This package provides classes to solve Ordinary Differential Equations problems. -
-
Uses of ParameterizedODE in org.apache.commons.math3.ode
Classes in org.apache.commons.math3.ode that implement ParameterizedODE Modifier and Type Class Description (package private) class
ParameterizedWrapper
Wrapper class enablingbasic simple
ODE instances to be used when processingJacobianMatrices
.Fields in org.apache.commons.math3.ode declared as ParameterizedODE Modifier and Type Field Description private ParameterizedODE
JacobianMatrices. pode
FODE without exact parameter Jacobian computation skill.private ParameterizedODE
ParameterJacobianWrapper. pode
Raw ODE without Jacobian computation skill to be wrapped into a ParameterJacobianProvider.Methods in org.apache.commons.math3.ode with parameters of type ParameterizedODE Modifier and Type Method Description void
JacobianMatrices. setParameterizedODE(ParameterizedODE parameterizedOde)
Set a parameter Jacobian provider.Constructors in org.apache.commons.math3.ode with parameters of type ParameterizedODE Constructor Description ParameterJacobianWrapper(FirstOrderDifferentialEquations fode, ParameterizedODE pode, ParameterConfiguration[] paramsAndSteps)
Wrap aParameterizedODE
into aParameterJacobianProvider
.
-