Dense VectorBase<R> with semi-sparse VectorBase<R> for updates. More...
#include <assert.h>
#include "soplex/spxdefines.h"
#include "soplex/ssvector.h"
#include "soplex/updatevector.hpp"
Go to the source code of this file.
Classes | |
class | UpdateVector< R > |
Dense Vector with semi-sparse Vector for updatesIn many algorithms vectors are updated in every iteration, by adding a multiple of another VectorBase<R> to it, i.e., given a VectorBase<R> x , a scalar \(\alpha\) and another VectorBase<R> \(\delta\), the update to x constists of substituting it by \(x \leftarrow x + \alpha\cdot\delta\). More... | |
Namespaces | |
soplex | |
Everything should be within this namespace. | |
Dense VectorBase<R> with semi-sparse VectorBase<R> for updates.
Definition in file updatevector.h.