NGSolve
4.9
|
N integers. More...
#include <hashtable.hpp>
Public Member Functions | |
INT (int ai1) | |
init all | |
INT (int ai1, int ai2) | |
init i[0], i[1] | |
INT (int ai1, int ai2, int ai3) | |
init i[0], i[1], i[2] | |
INT (int ai1, int ai2, int ai3, int ai4) | |
init i[0], i[1], i[2] | |
INT (const INT &in2) | |
copy constructor | |
bool | operator== (const INT &in2) const |
all ints equal ? | |
void | Sort () |
sort integers | |
int & | operator[] (int j) |
access | |
const int & | operator[] (int j) const |
access | |
void | SetAll (int value) |
INT< N > & | operator= (int value) |
INT< N > & | operator= (INT< N > v2) |
template<> | |
void | Sort () |
template<> | |
void | Sort () |
N integers.