|
carl
25.04
Computer ARithmetic Library
|


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... | |
Definition in file GFNumber.h.