ra4_stats  0341147a0dc35f80f4e12c6003afb76a38e2ed6e
Classes | Functions
gamma_params.hpp File Reference
#include <ostream>

Go to the source code of this file.

Classes

class  GammaParams
 

Functions

GammaParams operator+ (GammaParams gp1, GammaParams gp2)
 
GammaParams operator* (double scale, GammaParams gp)
 
GammaParams operator* (GammaParams gp, double scale)
 
std::ostream & operator<< (std::ostream &stream, const GammaParams &gp)
 

Function Documentation

GammaParams operator* ( double  scale,
GammaParams  gp 
)

Definition at line 84 of file gamma_params.cpp.

GammaParams operator* ( GammaParams  gp,
double  scale 
)

Definition at line 88 of file gamma_params.cpp.

GammaParams operator+ ( GammaParams  gp1,
GammaParams  gp2 
)

Definition at line 80 of file gamma_params.cpp.

std::ostream& operator<< ( std::ostream &  stream,
const GammaParams gp 
)