- Matrix -- a unary or binary operator, usually used for negation or subtraction
Synopsis:
Code:
-- ../m2/matrix.m2:135-140
- Matrix := Matrix => f -> new Matrix from {
symbol ring => ring f,
symbol source => source f,
symbol target => target f,
symbol handle => newHandle (ggPush f, ggnegate),
symbol cache => new CacheTable