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

◆ get_rep()

ring_elem GF::get_rep ( ring_elem f) const

Definition at line 156 of file GF.cpp.

158{
159 return _originalR->power(_primitive_element->get_value(), a.get_int());
160}
const RingElement * _primitive_element
Definition GF.hpp:66
const PolynomialRing * _originalR
Definition GF.hpp:64

References _originalR, and _primitive_element.