Bridge++
Ver. 2.0.2
|
#include "Field/field_F_1spinor.h"
#include "Field/field_thread-inc.h"
#include "ResourceManager/threadManager.h"
Go to the source code of this file.
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.cpp.
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.