#include <tnt_vec.h>

Go to the source code of this file.
Classes | |
| class | UserVector< Type > |
| Abstract class for a UserVector. More... | |
| class | DenseVector< Type > |
| Wrapper-class for a dense TNT-Vector. More... | |
| class | SparseVector< Type > |
| Class for a sparse vector. More... | |
| struct | SparseVector< Type >::VectorElement |
| The structure of one element form my vector in my list of elements. More... | |
| class | IntervalVector |
| class | Project |
| Class to project a point onto a box. More... | |
| class | Round |
| Class to round the discrete variables of a point to integer values. More... | |
Defines | |
| #define | TNT_BOUNDS_CHECK |
Typedefs | |
| typedef DenseVector< double > | dvector |
| typedef DenseVector< int > | ivector |
| #define TNT_BOUNDS_CHECK |
Definition at line 12 of file uservector.h.
| typedef DenseVector<double> dvector |
Definition at line 804 of file uservector.h.
| typedef DenseVector<int> ivector |
Definition at line 805 of file uservector.h.
1.6.1