#include "spxdefines.h"
#include "dvector.h"
#include "vector_exact.h"
#include "spxalloc.h"
Go to the source code of this file.
|
| namespace | soplex |
| | Everything should be within this namespace.
|
| |
|
| DVector | operator+ (const Vector &v, const Vector &w) |
| |
| DVector | operator+ (const Vector &v, const SVector &w) |
| |
| DVector | operator- (const Vector &vec) |
| |
| DVector | operator- (const Vector &v, const Vector &w) |
| |
| DVector | operator- (const Vector &v, const SVector &w) |
| |
| DVector | operator- (const SVector &v, const Vector &w) |
| |
| DVector | operator* (const Vector &v, Real x) |
| |
| std::istream & | operator>> (std::istream &s, DVector &vec) |
| |