Set of sparse vectors.
More...
#include <assert.h>
#include "spxdefines.h"
#include "svector.h"
#include "dataset.h"
#include "dataarray.h"
#include "idlist.h"
#include "datakey.h"
Go to the source code of this file.
|
class | SVSet |
| sparse vector set.Class SVSet provides a set of sparse vectors SVector. All SVectors in a SVSet share one big memory block for their nonzeros. This memory is reffered to as the nonzero memory. The SVectors themselfs are saved in another memory block refered to as the vector memory. Both memory blocks will grow automatically if required, when adding more SVectors to the set or enlarging SVectors 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 | SVSet::DLPSV |
| SVector with prev/next pointers. More...
|
|
|
namespace | soplex |
| Everything should be within this namespace.
|
|
|
typedef DataArray
< SVector::Element > | SVSetBase |
|
Set of sparse vectors.
Definition in file svset.h.