|
LIBINT 2.9.0
|
vector of N elements of type T More...
#include <vectorn.h>
Public Member Functions | |
| VectorN () | |
| Default is vector of zeroes. | |
| VectorN (const VectorN &a) | |
| VectorN & | operator+= (const VectorN &a) |
| VectorN & | operator-= (const VectorN &a) |
| T | norm1 () const |
| 1-norm | |
| T & | operator[] (int i) |
| const T & | operator[] (int i) const |
vector of N elements of type T