public static interface DoubleStatistic.VectorVectorFunction
| Modifier and Type | Method and Description |
|---|---|
double |
apply(DoubleMatrix1D x,
DoubleMatrix1D y)
Applies a function to two argument vectors.
|
double apply(DoubleMatrix1D x, DoubleMatrix1D y)
x - the first argument vector passed to the function.y - the second argument vector passed to the function.Jump to the Parallel Colt Homepage