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

◆ create()

GB_comp * GB_comp::create ( const Matrix * m,
M2_bool collect_syz,
int n_rows_to_keep,
M2_arrayint gb_weights,
int strategy,
M2_bool use_max_degree,
int max_degree )
static

Definition at line 112 of file gb-homog2.cpp.

119{
120 (void) use_max_degree_limit;
121 (void) max_degree_limit;
122 GB_comp *result = new GB_comp;
123 result->initialize(m, collect_syz, n_rows_to_keep, gb_weights, strategy);
124 return result;
125}
VALGRIND_MAKE_MEM_DEFINED & result(result)

References GB_comp(), Matrix, and result().

Referenced by GBComputation::choose_gb().