search for:
ring Matrix
-- get the associated ring
Synopsis:
Function:
ring
-- get the associated ring
Input:
an instance of class
Matrix
.
Output:
an instance of class
Ring
.
Code:
-- ../m2/matrix.m2:197 ring(Matrix) := m -> m.target.ring
search for: