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

◆ GBRingWeylZZ()

GBRingWeylZZ::GBRingWeylZZ ( const Ring * K0,
const Monoid * M0,
const WeylAlgebra * R0 )
protected

Definition at line 199 of file gbring.cpp.

202 : GBRingWeyl(K0, M0, R0)
203{
204 is_weyl = true;
205 weyl = R0;
206}
const WeylAlgebra * weyl
Definition gbring.hpp:158
bool is_weyl
Definition gbring.hpp:157
GBRingWeyl(const Ring *K0, const Monoid *M0, const WeylAlgebra *R0)
Definition gbring.cpp:192

References GBRingWeyl::GBRingWeyl(), GBRing::is_weyl, GBRing::weyl, and GBRing::WeylAlgebra.