public interface DoubleBinBinFunction1D
Modifier and Type | Method and Description |
---|---|
double |
apply(DynamicDoubleBin1D x,
DynamicDoubleBin1D y)
Applies a function to two bin arguments.
|
double apply(DynamicDoubleBin1D x, DynamicDoubleBin1D y)
x
- the first argument passed to the function.y
- the second argument passed to the function.Jump to the Parallel Colt Homepage