DAS  3.0
Das Analysis System
Weight.h File Reference
#include <vector>
+ Include dependency graph for Weight.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Weight
 

Namespaces

 DAS
 

Typedefs

typedef std::vector< Weight > Weights
 

Functions

bool operator== (const Weight &w, const int v)
 
bool operator== (const Weight &w, const float v)
 
bool operator== (const Weight &w, const double v)
 
bool operator== (const Weight &l, const Weight &r)
 
double operator* (const Weight &w, const int v)
 
double operator* (const int v, const Weight &w)
 
double operator* (const Weight &w, const float v)
 
double operator* (const float v, const Weight &w)
 
double operator* (const Weight &w, const double v)
 
double operator* (const double v, const Weight &w)
 
Weight & operator*= (Weight &w, const int v)
 
Weight & operator/= (Weight &w, const int v)
 
Weight & operator*= (Weight &w, const float v)
 
Weight & operator/= (Weight &w, const float v)
 
Weight & operator*= (Weight &w, const double v)
 
Weight & operator/= (Weight &w, const double v)
 
double operator* (const Weight &w1, const Weight &w2)
 
Weights & operator*= (Weights &wgts, const int v)
 
Weights & operator/= (Weights &wgts, const int v)
 
Weights & operator*= (Weights &wgts, const float v)
 
Weights & operator/= (Weights &wgts, const float v)
 
Weights & operator*= (Weights &wgts, const double v)
 
Weights & operator/= (Weights &wgts, const double v)