Package jisa.maths.matrices
Interface MatrixFactory.Operation<T>
-
- Enclosing class:
- MatrixFactory<T>
public static interface MatrixFactory.Operation<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
operate(T a, T b)
-