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

◆ create_WeylAlgebra()

GBRing * GBRing::create_WeylAlgebra ( const Ring * K0,
const Monoid * M0,
const WeylAlgebra * W0 )
static

Definition at line 208 of file gbring.cpp.

211{
212 if (K0 == globalZZ) return new GBRingWeylZZ(K0, M0, R0);
213 return new GBRingWeyl(K0, M0, R0);
214}
RingZZ * globalZZ
Definition relem.cpp:13

References GBRing(), globalZZ, and WeylAlgebra.

Referenced by WeylAlgebra::create().