Degree type for polynomials.
More...
#include <givdegree.h>
Detailed Description
Degree type for polynomials.
- Examples:
- examples/FiniteField/GF128.C, examples/FiniteField/GFirreducible.C, examples/Integer/ModularSquareRoot.C, examples/Polynomial/highorder.C, examples/Polynomial/isirred.C, examples/Polynomial/isprimitive.C, examples/Polynomial/pol_arith.C, examples/Polynomial/pol_eval.C, examples/Polynomial/pol_factor.C, examples/Polynomial/PolynomialCRT.C, and examples/Polynomial/trunc_arith.C.
Member Typedef Documentation
Member Enumeration Documentation
Constructor & Destructor Documentation
Member Function Documentation
| Degree operator<< |
( |
const int |
i | ) |
const |
|
inline |
| Degree operator>> |
( |
const int |
i | ) |
const |
|
inline |
| Degree& operator<<= |
( |
const int |
i | ) |
|
|
inline |
| Degree& operator>>= |
( |
const int |
i | ) |
|
|
inline |
| int operator== |
( |
const Degree & |
d | ) |
const |
|
inline |
| int operator!= |
( |
const Degree & |
d | ) |
const |
|
inline |
| int operator<= |
( |
const Degree & |
d | ) |
const |
|
inline |
| int operator< |
( |
const Degree & |
d | ) |
const |
|
inline |
| int operator>= |
( |
const Degree & |
d | ) |
const |
|
inline |
| int operator> |
( |
const Degree & |
d | ) |
const |
|
inline |
| int operator== |
( |
const long & |
d | ) |
const |
|
inline |
| int operator!= |
( |
const long & |
d | ) |
const |
|
inline |
| int operator<= |
( |
const long & |
d | ) |
const |
|
inline |
| int operator< |
( |
const long & |
d | ) |
const |
|
inline |
| int operator>= |
( |
const long & |
d | ) |
const |
|
inline |
| int operator> |
( |
const long & |
d | ) |
const |
|
inline |
Friends And Related Function Documentation
| std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
const Degree & |
d |
|
) |
| |
|
friend |
| std::istream& operator>> |
( |
std::istream & |
i, |
|
|
Degree & |
d |
|
) |
| |
|
friend |
Field Documentation
The documentation for this class was generated from the following files: