CepGen 1.2.5
Central exclusive processes event generator
|
#include <gsl/gsl_blas.h>
#include <gsl/gsl_linalg.h>
#include <string>
#include "CepGen/Core/Exception.h"
#include "CepGen/Utils/Algebra.h"
Go to the source code of this file.
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
Typedefs | |
typedef std::unique_ptr< gsl_permutation, void(*)(gsl_permutation *)> | Permutation |
Functions | |
Matrix | operator+ (const Matrix &lhs, const Matrix &rhs) |
Matrix | operator- (const Matrix &lhs, const Matrix &rhs) |
Matrix | operator* (double val, const Matrix &lhs) |
Matrix | operator* (const Matrix &lhs, double val) |
Vector | operator* (const Matrix &mat, const Vector &vec) |
Matrix | operator* (const Matrix &mat1, const Matrix &mat2) |
Matrix | operator/ (const Matrix &lhs, double val) |
std::ostream & | operator<< (std::ostream &os, const Matrix &mat) |
std::ostream & | operator<< (std::ostream &os, const VectorRef &ref) |
std::ostream & | operator<< (std::ostream &os, const Vector &vec) |