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

◆ compute()

void NCGroebner::compute ( int softDegreeLimit)

Definition at line 61 of file NCGroebner.cpp.

62{
63 if (mIsGraded)
64 computeHomogeneous(softDegreeLimit);
65 else
66 computeInhomogeneous(softDegreeLimit);
67}
void computeInhomogeneous(int softDegreeLimit)
void computeHomogeneous(int softDegreeLimit)

References computeHomogeneous(), computeInhomogeneous(), and mIsGraded.