Uses of Interface
org.apache.commons.math3.ode.SecondaryEquations
-
Packages that use SecondaryEquations Package Description org.apache.commons.math3.ode This package provides classes to solve Ordinary Differential Equations problems. -
-
Uses of SecondaryEquations in org.apache.commons.math3.ode
Classes in org.apache.commons.math3.ode that implement SecondaryEquations Modifier and Type Class Description private classJacobianMatrices.JacobiansSecondaryEquationsLocal implementation of secondary equations.Fields in org.apache.commons.math3.ode declared as SecondaryEquations Modifier and Type Field Description private SecondaryEquationsExpandableStatefulODE.SecondaryComponent. equationSecondary differential equation.Methods in org.apache.commons.math3.ode with parameters of type SecondaryEquations Modifier and Type Method Description intExpandableStatefulODE. addSecondaryEquations(SecondaryEquations secondary)Add a set of secondary equations to be integrated along with the primary set.Constructors in org.apache.commons.math3.ode with parameters of type SecondaryEquations Constructor Description SecondaryComponent(SecondaryEquations equation, int firstIndex)Simple constructor.
-