Package | Description |
---|---|
dev.nm.analysis.integration.univariate.riemann.newtoncotes |
Modifier and Type | Method and Description |
---|---|
static NewtonCotes.Type |
NewtonCotes.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NewtonCotes.Type[] |
NewtonCotes.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NewtonCotes(int rate,
NewtonCotes.Type type,
double precision,
int maxIterations)
Construct an instance of the Newton-Cotes quadrature.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.