mingens GroebnerBasis -- a matrix whose columns are minimal generators of the submodule
Synopsis:
Code:
-- ../../../Macaulay2/m2/gb.m2:186-189
mingens GroebnerBasis := Matrix => options -> (g) -> (
sendgg(ggPush g, gggetmingens);
getMatrix ring g -- we're losing information here! MES
)