Uses of Interface
org.apache.commons.math3.ode.SecondaryEquations
Packages that use SecondaryEquations
Package
Description
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 SecondaryEquationsModifier and TypeClassDescriptionprivate classLocal implementation of secondary equations.Fields in org.apache.commons.math3.ode declared as SecondaryEquationsModifier and TypeFieldDescriptionprivate final SecondaryEquationsExpandableStatefulODE.SecondaryComponent.equationSecondary differential equation.Methods in org.apache.commons.math3.ode with parameters of type SecondaryEquationsModifier and TypeMethodDescriptionintExpandableStatefulODE.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 SecondaryEquationsModifierConstructorDescription(package private)SecondaryComponent(SecondaryEquations equation, int firstIndex) Simple constructor.