Bridge++
Version 1.5.4
|
#include <vec_SU_N.h>
Public Member Functions | |
Vec_SU_N (int Nci=CommonParameters::Nc(), double r=0.0) | |
Vec_SU_N (const Vec_SU_N &v) | |
Vec_SU_N & | operator= (const Vec_SU_N &v) |
double | norm () const |
double | operator* (const Vec_SU_N &) const |
int | nc () const |
Vec_SU_N & | dag () |
Vec_SU_N & | zero () |
Vec_SU_N & | xI () |
Vec_SU_N & | operator- () |
Vec_SU_N & | operator+= (const Vec_SU_N &) |
Vec_SU_N & | operator-= (const Vec_SU_N &) |
Vec_SU_N & | operator*= (const double &) |
Vec_SU_N & | operator/= (const double &) |
Vec_SU_N & | operator*= (const dcomplex &) |
Vec_SU_N & | operator/= (const dcomplex &) |
int | size () const |
double | r (const int c) const |
double | i (const int c) const |
void | set_r (const int c, const double re) |
void | set_i (const int c, const double im) |
void | set (const int c, const double re, const double im) |
Private Attributes | |
int | Nc |
std::valarray< double > | va |
Definition at line 24 of file vec_SU_N.h.
|
inline |
Definition at line 29 of file vec_SU_N.h.
|
inline |
Definition at line 34 of file vec_SU_N.h.
|
inline |
Definition at line 97 of file vec_SU_N.h.
|
inline |
Definition at line 67 of file vec_SU_N.h.
|
inline |
Definition at line 48 of file vec_SU_N.h.
|
inline |
Definition at line 81 of file vec_SU_N.h.
|
inline |
Definition at line 89 of file vec_SU_N.h.
|
inline |
Definition at line 145 of file vec_SU_N.h.
|
inline |
Definition at line 152 of file vec_SU_N.h.
Definition at line 131 of file vec_SU_N.h.
|
inline |
Definition at line 124 of file vec_SU_N.h.
Definition at line 138 of file vec_SU_N.h.
|
inline |
Definition at line 164 of file vec_SU_N.h.
|
inline |
Definition at line 171 of file vec_SU_N.h.
Definition at line 38 of file vec_SU_N.h.
|
inline |
Definition at line 65 of file vec_SU_N.h.
|
inline |
Definition at line 74 of file vec_SU_N.h.
|
inline |
Definition at line 72 of file vec_SU_N.h.
|
inline |
Definition at line 70 of file vec_SU_N.h.
|
inline |
Definition at line 62 of file vec_SU_N.h.
|
inline |
Definition at line 113 of file vec_SU_N.h.
|
inline |
Definition at line 106 of file vec_SU_N.h.
|
private |
Definition at line 26 of file vec_SU_N.h.
|
private |
Definition at line 27 of file vec_SU_N.h.