OPENF4
Library for Gröebner basis computations over finite fields.
 All Classes Namespaces Files Functions Variables Friends Pages
Classes | Namespaces | Functions
element-gf2.h File Reference

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...
 

Detailed Description

Declaration of class ElementGF2.

Author
Vanessa VITSE, Antoine JOUX, Titouan COLADON

Definition in file element-gf2.h.