public static interface FloatStatistic.VectorVectorFunction
Modifier and Type | Method and Description |
---|---|
float |
apply(FloatMatrix1D x,
FloatMatrix1D y)
Applies a function to two argument vectors.
|
float apply(FloatMatrix1D x, FloatMatrix1D 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