Set of sparse vectors. More...
#include <assert.h>
#include "soplex/spxdefines.h"
#include "soplex/svectorbase.h"
#include "soplex/classarray.h"
#include "soplex/dataset.h"
#include "soplex/classset.h"
#include "soplex/datakey.h"
#include "soplex/idlist.h"
Go to the source code of this file.
Classes | |
class | SVSetBase< R > |
Sparse vector set.Class SVSetBase provides a set of sparse vectors SVectorBase. All SVectorBases in an SVSetBase share one big memory block for their nonzeros. This memory is referred to as the nonzero memory. The SVectorBases themselves are saved in another memory block referred to as the vector memory. Both memory blocks will grow automatically if required, when adding more SVectorBases to the set or enlarging SVectorBases within the set. For controlling memory consumption, methods are provided to inquire and reset the size of the memory blocks used for vectors and nonzeros. More... | |
class | SVSetBase< R >::DLPSV |
SVectorBase with prev/next pointers. More... | |
Namespaces | |
soplex | |
Everything should be within this namespace. | |
Set of sparse vectors.
Definition in file svsetbase.h.