Package org.ejml.ops
Interface FOperatorBinaryIdx
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface @Generated("org.ejml.ops.DOperatorBinaryIdx") public interface FOperatorBinaryIdx
Functional Interface used in applyRow/Col-Wise method to specify arbitrary binary functions accepting a row index and a float value
-
Method Summary
Modifier and Type Method Description floatapply(int x, float y)
-
Method Details
-
apply
float apply(int x, float y)
-