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

Matrix + Matrix -- a binary operator

Synopsis:

  • Operator: + -- a binary operator
  • Input:
  • an instance of class Matrix.
  • an instance of class Matrix.
  • Output:
  • an instance of class Matrix.
  • Code:

         -- ../../../Macaulay2/m2/matrix.m2:123
         Matrix + Matrix := Matrix => (f,g) -> (BinaryMatrixOperationSame ggadd)(f,g)

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