Scippy

SoPlex

Sequential object-oriented simPlex

dvectorbase.h File Reference

Dynamic dense vectors. More...

#include <iostream>
#include <assert.h>
#include "spxdefines.h"
#include "spxalloc.h"
#include "vectorbase.h"

Go to the source code of this file.

Classes

class  SVectorBase< R >
 Sparse vectors.Class SVectorBase provides packed sparse vectors. Such are a sparse vectors, with a storage scheme that keeps all data in one contiguous block of memory. This is best suited for using them for parallel computing on a distributed memory multiprocessor. More...
 
class  DVectorBase< R >
 Dynamic dense vectors.Class DVectorBase is a derived class of VectorBase 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 DVectorBase via method reDim(). However, this may render all references to values of a reDim()ed DVectorBase invalid. More...
 

Namespaces

 soplex
 Everything should be within this namespace.
 

Detailed Description

Dynamic dense vectors.

Definition in file dvectorbase.h.