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

◆ get_matrix()

Matrix * gb2_comp::get_matrix ( )
virtual

Implements gb_node.

Definition at line 875 of file res-a2-gb.cpp.

876{
877 if (orig_syz > 0)
878 return gens->get_matrix();
879 else
880 return min_gens_matrix();
881}
int orig_syz
Definition res-a2.hpp:157
Matrix * min_gens_matrix()
gb_node * gens
Definition res-a2.hpp:138

References gens, Matrix, min_gens_matrix(), and orig_syz.