Dynamic sparse vectors.
More...
#include <assert.h>
#include "spxdefines.h"
#include "svector.h"
#include "ssvector.h"
Go to the source code of this file.
|
class | DSVector |
| Dynamic sparse vectors.Class DSVector implements dynamic sparse vectors, i.e. SVectors with an automatic memory management. This allows the user to freely add() as many nonzeros to a DSVector as desired, without any precautions. For saving memory method setMax() allows to reduce memory consumption to the amount really required. More...
|
|
|
namespace | soplex |
| Everything should be within this namespace.
|
|
Dynamic sparse vectors.
Definition in file dsvector.h.