Uses of Class
dev.nm.analysis.differentiation.univariate.FiniteDifference.Type
-
Packages that use FiniteDifference.Type Package Description dev.nm.analysis.differentiation.univariate -
-
Uses of FiniteDifference.Type in dev.nm.analysis.differentiation.univariate
Methods in dev.nm.analysis.differentiation.univariate that return FiniteDifference.Type Modifier and Type Method Description static FiniteDifference.Type
FiniteDifference.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static FiniteDifference.Type[]
FiniteDifference.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.nm.analysis.differentiation.univariate with parameters of type FiniteDifference.Type Constructor Description FiniteDifference(UnivariateRealFunction f, int order, FiniteDifference.Type type)
Construct an approximate derivative function for f using finite difference.
-