|
Givaro 4.2.1
|
indeterminates for polynomial manipulation More...
#include <iostream>#include <string>Data Structures | |
| class | Indeter |
| Indeterminate. More... | |
Namespaces | |
| namespace | Givaro |
| Namespace in which the whole Givaro library resides. | |
Functions | |
| int | operator== (const Indeter &i1, const Indeter &i2) |
| int | operator!= (const Indeter &i1, const Indeter &i2) |
| int | operator<= (const Indeter &i1, const Indeter &i2) |
| int | operator< (const Indeter &i1, const Indeter &i2) |
| int | operator>= (const Indeter &i1, const Indeter &i2) |
| int | operator> (const Indeter &i1, const Indeter &i2) |
indeterminates for polynomial manipulation