Bridge++
Ver. 2.0.2
|
Go to the source code of this file.
Classes | |
class | Field_F_1spinor |
Staggered-type fermion field. More... | |
Functions | |
void | mult_Field_Gn (Field_F_1spinor &y, const int ex, const Field_G &u, int ex1, const Field_F_1spinor &x, int ex2) |
y=U*x More... | |
void | mult_Field_Gd (Field_F_1spinor &y, const int ex, const Field_G &u, int ex1, const Field_F_1spinor &x, int ex2) |
y=U^\dagger*x More... | |
Definition in file field_F_1spinor.h.
void mult_Field_Gd | ( | Field_F_1spinor & | y, |
const int | ex, | ||
const Field_G & | u, | ||
int | ex1, | ||
const Field_F_1spinor & | x, | ||
int | ex2 | ||
) |
y=U^\dagger*x
Definition at line 67 of file field_F_1spinor.cpp.
void mult_Field_Gn | ( | Field_F_1spinor & | y, |
const int | ex, | ||
const Field_G & | u, | ||
int | ex1, | ||
const Field_F_1spinor & | x, | ||
int | ex2 | ||
) |
y=U*x
Definition at line 27 of file field_F_1spinor.cpp.