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

◆ create()

MarkedGB * MarkedGB::create ( const PolynomialRing * originalR0,
const FreeModule * F0,
const FreeModule * Fsyz0 )
static

Definition at line 8 of file reducedgb-marked.cpp.

11{
12 return new MarkedGB(originalR0, F0, Fsyz0);
13}
MarkedGB(const PolynomialRing *originalR0, const FreeModule *F0, const FreeModule *Fsyz0)

References MarkedGB().