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) |
|
◆ cmp()
int cmp |
( |
const coeff & |
a, |
|
|
const coeff & |
b |
|
) |
| |
|
inline |
◆ operator!=()
bool operator!= |
( |
const coeff & |
a, |
|
|
const coeff & |
b |
|
) |
| |
|
inline |
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const coeff & |
s |
|
) |
| |
|
inline |
◆ operator==()
bool operator== |
( |
const coeff & |
a, |
|
|
const coeff & |
b |
|
) |
| |
|
inline |
◆ swap()
void swap |
( |
coeff & |
a, |
|
|
coeff & |
b |
|
) |
| |
|
inline |