joptima
Interface Function2D
-
- All Superinterfaces:
- Function
- All Known Implementing Classes:
- Sum2D
public interface Function2D extends Function
AFunctionof two arguments. May or may not meaningfully implementFunction.calculate(double).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doublecalculate(double x, double y)Calculates the value of the function at the given x-y point using the preset parameters.-
Methods inherited from interface joptima.Function
calculate, getName, getParameters, setName
-
-
-
-
Method Detail
-
calculate
double calculate(double x, double y)Calculates the value of the function at the given x-y point using the preset parameters.- Parameters:
x- the x coordinate to calculate the function aty- the y coordinate to calculate the function at- Returns:
- the value of the function at the given x-y point
-
-
DMelt 3.0 © DataMelt by jWork.ORG