Go to the source code of this file.
|
| void | swap (coeff &a, coeff &b) |
| |
| std::ostream & | operator<< (std::ostream &os, const coeff &s) |
| |
| int | cmp (const coeff &a, const coeff &b) |
| |
| bool | operator== (const coeff &a, const coeff &b) |
| |
| bool | operator!= (const coeff &a, const coeff &b) |
| |
| int cmp |
( |
const coeff & |
a, |
|
|
const coeff & |
b |
|
) |
| |
|
inline |
| bool operator!= |
( |
const coeff & |
a, |
|
|
const coeff & |
b |
|
) |
| |
|
inline |
| std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const coeff & |
s |
|
) |
| |
|
inline |
| bool operator== |
( |
const coeff & |
a, |
|
|
const coeff & |
b |
|
) |
| |
|
inline |
| void swap |
( |
coeff & |
a, |
|
|
coeff & |
b |
|
) |
| |
|
inline |