public interface DoubleBinFunction1D
Modifier and Type | Method and Description |
---|---|
double |
apply(DynamicDoubleBin1D x)
Applies a function to one bin argument.
|
String |
name()
Returns the name of this function.
|
double apply(DynamicDoubleBin1D x)
x
- the argument passed to the function.String name()
Jump to the Parallel Colt Homepage