Package org.ojalgo.matrix.operation
Interface MultiplyBoth.Generic<N extends Scalar<N>>
-
- All Superinterfaces:
TransformableRegion.FillByMultiplying<N>
- Enclosing class:
- MultiplyBoth
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface MultiplyBoth.Generic<N extends Scalar<N>> extends TransformableRegion.FillByMultiplying<N>
-
-
Method Summary
-
Methods inherited from interface org.ojalgo.matrix.store.TransformableRegion.FillByMultiplying
invoke, invoke
-
-