CepGen 1.2.5
Central exclusive processes event generator
|
#include <CepGen/Utils/Algebra.h>
Public Member Functions | |
VectorRef (const gsl_vector_view &) | |
VectorRef & | operator= (const Vector &) |
Assignment operator. | |
operator Vector () const | |
Conversion operator to a vector. | |
bool | operator== (const Vector &) const |
Equality with a vector operator. | |
bool | operator!= (const Vector &vec) const |
Inequality with a vector operator. | |
double & | operator() (size_t) |
Component access operator. | |
double | operator() (size_t) const |
Component retrieval operator. | |
Friends | |
class | Vector |
std::ostream & | operator<< (std::ostream &, const VectorRef &) |
Printout operator. | |
VectorRef | ( | const gsl_vector_view & | view | ) |
Definition at line 287 of file Algebra.cpp.
operator Vector | ( | ) | const |
Definition at line 295 of file Algebra.cpp.
double & operator() | ( | size_t | i | ) |
Definition at line 299 of file Algebra.cpp.
double operator() | ( | size_t | i | ) | const |
Definition at line 301 of file Algebra.cpp.
Definition at line 289 of file Algebra.cpp.
bool operator== | ( | const Vector & | vec | ) | const |
Definition at line 297 of file Algebra.cpp.
|
friend |
Definition at line 303 of file Algebra.cpp.