SoPlex Doxygen Documentation
dvector.cpp File Reference
#include "spxdefines.h"
#include "dvector.h"
#include "vector_exact.h"
#include "spxalloc.h"

Go to the source code of this file.

Namespaces

namespace  soplex
 Everything should be within this namespace.
 

Functions

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)