Uses of Class
dev.nm.analysis.integration.univariate.riemann.newtoncotes.NewtonCotes.Type
-
Packages that use NewtonCotes.Type Package Description dev.nm.analysis.integration.univariate.riemann.newtoncotes -
-
Uses of NewtonCotes.Type in dev.nm.analysis.integration.univariate.riemann.newtoncotes
Methods in dev.nm.analysis.integration.univariate.riemann.newtoncotes that return NewtonCotes.Type Modifier and Type Method 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.Constructors in dev.nm.analysis.integration.univariate.riemann.newtoncotes with parameters of type NewtonCotes.Type Constructor Description NewtonCotes(int rate, NewtonCotes.Type type, double precision, int maxIterations)
Construct an instance of the Newton-Cotes quadrature.
-