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

◆ get_syzygies()

const Matrix * GBinhom_comp::get_syzygies ( )
virtual

Implements GBComputation.

Definition at line 932 of file gb-sugarless.cpp.

933{
934#ifdef DEVELOPMENT
935#warning \
936 "this is not correct: this grabs the vectors, and so can't be called twice"
937#endif
938 return syz.to_matrix();
939}
MatrixConstructor syz

References Matrix, and syz.