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

◆ getGenerator()

const RingElement * GF::getGenerator ( ) const
virtual

Reimplemented from Ring.

Definition at line 143 of file GF.cpp.

144{
145 ring_elem a = ring_elem(1); // this is the primitive generator
146 return RingElement::make_raw(this, a);
147}
static RingElement * make_raw(const Ring *R, ring_elem f)
Definition relem.cpp:20

References RingElement::make_raw().