Package uk.ac.starlink.array
Interface Combiner
-
public interface Combiner
Defines a real function of two real variables.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
combination(double val1, double val2)
The function of two variables.
-