Collection of dense, sparse, and semi-sparse vectors. More...
#include "soplex/spxdefines.h"#include "soplex/rational.h"#include "soplex/vectorbase.h"#include "soplex/ssvectorbase.h"#include "soplex/svectorbase.h"#include "soplex/dsvectorbase.h"#include "soplex/unitvectorbase.h"#include "soplex/svsetbase.h"#include "soplex/timer.h"Go to the source code of this file.
Namespaces | |
| namespace | soplex |
| Everything should be within this namespace. | |
Macros | |
| #define | SOPLEX_VECTOR_MARKER 1e-100 |
| #define | SOPLEX_SHORTPRODUCT_FACTOR 0.5 |
Assigns SSVectorBase to \(A \cdot x\) for a setup x. More... | |
Functions | |
| template<class R > | |
| std::ostream & | operator<< (std::ostream &s, const VectorBase< R > &vec) |
| Output operator. More... | |
| template<class R > | |
| VectorBase< R > | operator- (const SVectorBase< R > &v, const VectorBase< R > &w) |
| Subtraction. More... | |
| template<class R > | |
| DSVectorBase< R > | operator* (const SVectorBase< R > &v, R x) |
| Scaling. More... | |
| template<class R > | |
| DSVectorBase< R > | operator* (R x, const SVectorBase< R > &v) |
| Scaling. More... | |
| template<class R > | |
| std::istream & | operator>> (std::istream &s, VectorBase< R > &vec) |
| template<class R > | |
| std::ostream & | operator<< (std::ostream &os, const SVectorBase< R > &v) |
| Output operator. More... | |
| template<class R > | |
| std::ostream & | operator<< (std::ostream &os, const SVSetBase< R > &s) |
| Output operator. More... | |
Collection of dense, sparse, and semi-sparse vectors.
Definition in file basevectors.h.
| #define SOPLEX_SHORTPRODUCT_FACTOR 0.5 |
Assigns SSVectorBase to \(A \cdot x\) for a setup x.
Definition at line 546 of file basevectors.h.
| #define SOPLEX_VECTOR_MARKER 1e-100 |
Definition at line 47 of file basevectors.h.