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

Matrix == Matrix -- equality

Synopsis:

  • Operator: == -- equality
  • Input:
  • an instance of class Matrix.
  • an instance of class Matrix.
  • Code:

         -- ../../../Macaulay2/m2/matrix.m2:102-107
         Matrix == Matrix := (m,n) -> (
              target m == target n
              and source m == source n
              and (
                   sendgg (ggPush m, ggPush n, ggisequal); 
                   eePopBool()))

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