Uses of Class
org.apache.commons.math3.ode.events.Transformer
-
Packages that use Transformer Package Description org.apache.commons.math3.ode.events This package provides classes to handle discrete events occurring during Ordinary Differential Equations integration. -
-
Uses of Transformer in org.apache.commons.math3.ode.events
Fields in org.apache.commons.math3.ode.events declared as Transformer Modifier and Type Field Description private Transformer[]
EventFilter. transformers
Transformers of the g function.Methods in org.apache.commons.math3.ode.events that return Transformer Modifier and Type Method Description protected abstract Transformer
FilterType. selectTransformer(Transformer previous, double g, boolean forward)
Get next function transformer in the specified direction.static Transformer
Transformer. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Transformer[]
Transformer. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.math3.ode.events with parameters of type Transformer Modifier and Type Method Description protected abstract Transformer
FilterType. selectTransformer(Transformer previous, double g, boolean forward)
Get next function transformer in the specified direction.
-