[next][previous][up][top][index]
search for:

Matrix - Matrix -- a unary or binary operator, usually used for negation or subtraction

Synopsis:

  • Operator: - -- a unary or binary operator, usually used for negation or subtraction
  • Input:
  • an instance of class Matrix.
  • an instance of class Matrix.
  • Output:
  • an instance of class Matrix.
  • Code:

         -- ../../../Macaulay2/m2/matrix.m2:129
         Matrix - Matrix := Matrix => (f,g) -> (BinaryMatrixOperationSame ggsubtract)(f,g)

    [next][previous][up][top][index]
    search for: