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

◆ res2_comp()

res2_comp::res2_comp ( const Matrix * m,
int LengthLimit,
bool UseDegreeLimit,
int SlantedDegreeLimit,
int SortStrategy )

Definition at line 561 of file res-a0.cpp.

566{
567 initialize(m, LengthLimit, UseDegreeLimit, SlantedDegreeLimit, SortStrategy);
568}
void initialize(const Matrix *mat, int LengthLimit, bool UseDegreeLimit, int SlantedDegreeLimit, int SortStrategy)
Definition res-a0.cpp:420

References initialize(), and Matrix.

Referenced by cast_to_res2_comp().