Interface MatrixOperations.MatrixOp

Enclosing interface:
MatrixOperations

public static interface MatrixOperations.MatrixOp
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    compute(double op1, double op2)
     
  • Method Details

    • compute

      double compute(double op1, double op2)