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