SoPlex Doxygen Documentation
dvector.h File Reference

Dynamic vectors. More...

#include <iostream>
#include <assert.h>
#include "spxdefines.h"
#include "vector.h"
#include "svector.h"

Go to the source code of this file.

Classes

class  DVector
 Dynamic vectors.Class DVector is a derived class of Vector adding automatic memory management to such objects. This allows to implement maths operations operator+() and operator-(). Further, it is possible to reset the dimension of a DVector via method reDim(). However, this may render all references to values of a reDim()ed DVector invalid. More...
 

Namespaces

namespace  soplex
 Everything should be within this namespace.
 

Detailed Description

Dynamic vectors.

Definition in file dvector.h.