carl  24.04
Computer ARithmetic Library
GFNumber.h File Reference
#include "GaloisField.h"
#include "numbers.h"
#include "GFNumber.tpp"
Include dependency graph for GFNumber.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  carl::GFNumber< IntegerType >
 Galois Field numbers, i.e. More...
 

Namespaces

 carl
 carl is the main namespace for the library.
 

Functions

template<typename IntegerT >
bool carl::is_zero (const GFNumber< IntegerT > &_in)
 
template<typename IntegerT >
bool carl::is_one (const GFNumber< IntegerT > &_in)
 
template<typename IntegerT >
GFNumber< IntegerT > carl::quotient (const GFNumber< IntegerT > &lhs, const GFNumber< IntegerT > &rhs)
 
template<typename IntegerT >
GFNumber< IntegerT > carl::abs (const GFNumber< IntegerT > &n)
 
template<typename IntegerT >
bool carl::is_integer (const GFNumber< IntegerT > &)
 
template<typename IntegerType >
std::string carl::toString (const GFNumber< IntegerType > &_number, bool)
 Creates the string representation to the given galois field number. More...
 

Detailed Description

Author
Sebastian Junges
Since
October 16, 2013

Definition in file GFNumber.h.