| 
    Bridge++
    Ver. 1.2.x
    
   | 
 
Go to the source code of this file.
Functions | |
| void | mult_GM (Field_F &v, const GammaMatrix &gm, const Field_F &w) | 
| gamma matrix multiplication  More... | |
| void | mult_iGM (Field_F &v, const GammaMatrix &gm, const Field_F &w) | 
| gamma matrix multiplication (i is multiplied)  More... | |
| void | mult_GMproj (Field_F &v, const int pm, const GammaMatrix &gm, const Field_F &w) | 
| projection with gamma matrix: (1  gamma)/2  More... | |
| void | mult_GMproj2 (Field_F &v, const int pm, const GammaMatrix &gm, const Field_F &w) | 
| projection with gamma matrix: (1  gamma)  More... | |
| void | mult_Field_Gn (Field_F &y, const int ex, const Field_G &U, int ex1, const Field_F &x, int ex2) | 
| void | mult_Field_Gd (Field_F &y, const int ex, const Field_G &U, int ex1, const Field_F &x, int ex2) | 
| void | multadd_Field_Gn (Field_F &y, const int ex, const Field_G &U, int ex1, const Field_F &x, int ex2, const double a) | 
| void | multadd_Field_Gd (Field_F &y, const int ex, const Field_G &U, int ex1, const Field_F &x, int ex2, const double a) | 
| void mult_Field_Gd | ( | Field_F & | y, | 
| const int | ex, | ||
| const Field_G & | U, | ||
| int | ex1, | ||
| const Field_F & | x, | ||
| int | ex2 | ||
| ) | 
Definition at line 186 of file field_F.cpp.
| void mult_Field_Gn | ( | Field_F & | y, | 
| const int | ex, | ||
| const Field_G & | U, | ||
| int | ex1, | ||
| const Field_F & | x, | ||
| int | ex2 | ||
| ) | 
Definition at line 163 of file field_F.cpp.
| void mult_GM | ( | Field_F & | v, | 
| const GammaMatrix & | gm, | ||
| const Field_F & | w | ||
| ) | 
gamma matrix multiplication
Definition at line 30 of file field_F.cpp.
| void mult_GMproj | ( | Field_F & | v, | 
| const int | pm, | ||
| const GammaMatrix & | gm, | ||
| const Field_F & | w | ||
| ) | 
projection with gamma matrix: (1 gamma)/2
Definition at line 116 of file field_F.cpp.
| void mult_GMproj2 | ( | Field_F & | v, | 
| const int | pm, | ||
| const GammaMatrix & | gm, | ||
| const Field_F & | w | ||
| ) | 
projection with gamma matrix: (1 gamma)
Definition at line 140 of file field_F.cpp.
| void mult_iGM | ( | Field_F & | v, | 
| const GammaMatrix & | gm, | ||
| const Field_F & | w | ||
| ) | 
gamma matrix multiplication (i is multiplied)
Definition at line 73 of file field_F.cpp.
| void multadd_Field_Gd | ( | Field_F & | y, | 
| const int | ex, | ||
| const Field_G & | U, | ||
| int | ex1, | ||
| const Field_F & | x, | ||
| int | ex2, | ||
| const double | a | ||
| ) | 
Definition at line 235 of file field_F.cpp.
| void multadd_Field_Gn | ( | Field_F & | y, | 
| const int | ex, | ||
| const Field_G & | U, | ||
| int | ex1, | ||
| const Field_F & | x, | ||
| int | ex2, | ||
| const double | a | ||
| ) | 
Definition at line 209 of file field_F.cpp.