Interface MatrixFactory.Operation<T>

  • Enclosing class:
    MatrixFactory<T>

    public static interface MatrixFactory.Operation<T>
    • Method Detail

      • operate

        T operate​(T a,
                  T b)