public interface IntIntDComplexFunction
Modifier and Type | Method and Description |
---|---|
double[] |
apply(int first,
int second,
double[] third)
Applies a function to three arguments.
|
double[] apply(int first, int second, double[] third)
first
- first argument passed to the function.second
- second argument passed to the function.third
- third argument passed to the function.Jump to the Parallel Colt Homepage