Exemplo n.º 1
0
 GFx::GFx(const GF& generator)
   : Z_px(generator.getCharacteristic()), _gfGenerator(generator) 
 {}
Exemplo n.º 2
0
 GFx::GFx(const Z& value, const GF& generator)
   : Z_px(generator.getCharacteristic()), _gfGenerator(generator) {
   this->setIntegerValue(value);
 }