Package | Description |
---|---|
dev.nm.analysis.differentiation.univariate |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
FiniteDifference(UnivariateRealFunction f,
int order,
FiniteDifference.Type type)
Construct an approximate derivative function for f using finite
difference.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.