Uses of Class
dev.nm.analysis.differentiation.univariate.Dfdx.Method
-
Packages that use Dfdx.Method Package Description dev.nm.analysis.differentiation.univariate -
-
Uses of Dfdx.Method in dev.nm.analysis.differentiation.univariate
Methods in dev.nm.analysis.differentiation.univariate that return Dfdx.Method Modifier and Type Method Description static Dfdx.Method
Dfdx.Method. valueOf(String name)
Returns the enum constant of this type with the specified name.static Dfdx.Method[]
Dfdx.Method. 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 Dfdx.Method Constructor Description Dfdx(UnivariateRealFunction f, Dfdx.Method method)
Construct the first order derivative function of a univariate function f.
-