#include <polynom.h>
Public Member Functions | |
MultiIndex () | |
Default-Constructor. | |
MultiIndex (int i) | |
Constructor for one element. | |
MultiIndex (int i, int j) | |
Constructor for two elements. | |
bool | operator< (const MultiIndex &x) |
Comparision operator. | |
Friends | |
ostream & | operator<< (ostream &out, const MultiIndex &x) |
Definition at line 18 of file polynom.h.
MultiIndex::MultiIndex | ( | int | i | ) | [inline] |
MultiIndex::MultiIndex | ( | int | i, | |
int | j | |||
) | [inline] |
bool MultiIndex::operator< | ( | const MultiIndex & | x | ) | [inline] |
Comparision operator.
x | The MultiIndex to compare this MultiIndex with. |
ostream& operator<< | ( | ostream & | out, | |
const MultiIndex & | x | |||
) | [friend] |