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