OPENF4
Library for Gröebner basis computations over finite fields.
|
Declaration of class ElementGF2. More...
Go to the source code of this file.
Classes | |
class | F4::ElementGF2 |
Represent an element of the field GF(2), this class is a POD (Plain Old Data) because of the alignement required in class Matrix. More... | |
Namespaces | |
F4 | |
Functions | |
std::ostream & | F4::operator<< (std::ostream &stream, ElementGF2 const &element) |
Overload the operator <<. More... | |
ElementGF2 | F4::operator* (ElementGF2 const &element1, ElementGF2 const &element2) |
Overload the operator *. More... | |
ElementGF2 | F4::operator- (ElementGF2 const &element) |
Overload the operator -. More... | |
Declaration of class ElementGF2.
Definition in file element-gf2.h.