Package com.imsl.math
Interface HyperRectangleQuadrature.Function
- Enclosing class:
- HyperRectangleQuadrature
public static interface HyperRectangleQuadrature.Function
Public interface function for the HyperRectangleQuadrature class.
-
Method Summary
Modifier and TypeMethodDescriptiondoublef(double[] x) Returns the value of the function at the given point.
-
Method Details
-
f
double f(double[] x) Returns the value of the function at the given point.- Parameters:
x- adoublearray specifying the point at which the function is to be evaluated- Returns:
- a
doublespecifying the value of the function at x
-