Macaulay2 Engine
Loading...
Searching...
No Matches

◆ get_mingens()

const Matrix * HermiteComputation::get_mingens ( )
virtual

Implements GBComputation.

Definition at line 325 of file hermite.cpp.

326{
327 // return the minimal generators (or as minimal as possible?)
328 return get_gb();
329}
virtual const Matrix * get_gb()
Definition hermite.cpp:317

References get_gb(), and Matrix.