| 
|   | Field_F_1spinor (const int Nvol=CommonParameters::Nvol(), const int Nex=1) | 
|   | 
|   | Field_F_1spinor (const Field &x) | 
|   | 
| Field_F_1spinor &  | operator= (const double a) | 
|   | 
| double  | cmp_r (const int cc, const int site, const int e=0) const  | 
|   | 
| double  | cmp_i (const int cc, const int site, const int e=0) const  | 
|   | 
| void  | set_r (const int cc, const int site, const int e, const double re) | 
|   | 
| void  | set_i (const int cc, const int site, const int e, const double im) | 
|   | 
| void  | set_ri (const int cc, const int site, const int e, const double re, const double im) | 
|   | 
| Vec_SU_N  | vec (const int site, const int e=0) const  | 
|   | 
| void  | set_vec (const int site, const int e, const Vec_SU_N &F) | 
|   | 
| void  | add_vec (const int site, const int e, const Vec_SU_N &F) | 
|   | 
| void  | clear_vec (const int site, const int e) | 
|   | 
|   | Field () | 
|   | 
|   | Field (const int Nin, const int Nvol, const int Nex, const element_type cmpl=COMPLEX) | 
|   | 
| Field  | clone () const  | 
|   | 
| void  | reset (const int Nin, const int Nvol, const int Nex, const element_type cmpl=COMPLEX) | 
|   | 
| Field &  | operator= (const double a) | 
|   | 
| int  | nin () const  | 
|   | 
| int  | nvol () const  | 
|   | 
| int  | nex () const  | 
|   | 
| element_type  | field_element_type () const  | 
|   | 
| int  | ntot () const  | 
|   | 
| int  | size () const  | 
|   | 
| double  | cmp (const int jin, const int site, const int jex) const  | 
|   | 
| double  | cmp (const int i) const  | 
|   | 
| double *  | ptr (const int jin, const int site, const int jex) | 
|   | 
| double *  | ptr (const int i) | 
|   | 
| void  | set (const int jin, const int site, const int jex, double v) | 
|   | 
| void  | set (const int i, double v) | 
|   | 
| void  | set (double a) | 
|   | 
| void  | add (const int jin, const int site, const int jex, double v) | 
|   | 
| void  | add (const int i, double v) | 
|   | 
| void  | setpart_ex (int ex, const Field &w, int exw) | 
|   | 
| void  | addpart_ex (int ex, const Field &w, int exw) | 
|   | 
| void  | addpart_ex (int ex, const Field &w, int exw, double prf) | 
|   | 
| Field &  | operator+= (const Field &v) | 
|   | 
| Field &  | operator-= (const Field &v) | 
|   | 
| Field &  | operator*= (const double a) | 
|   | 
| Field &  | operator/= (const double a) | 
|   | 
| Field &  | operator*= (const dcomplex a) | 
|   | 
| double  | operator* (const Field &rhs) | 
|   | 
| double  | norm2 () const  | 
|   | 
| double  | norm () const  | 
|   | 
| void  | stat (double &Fave, double &Fmax, double &Fdev) const  | 
|   | determines the statistics of the field. average, maximum value, and deviation is determined over global lattice. On-site degree of freedom is sumed over in quadrature, not averaged. This function works only on single node.  More...
  | 
|   | 
Staggered-type fermion field. 
This class defines 1-spinor fermion field, which is mainly used by staggered-type fermions. [28 Dec 2011 H.Matsufuru] 
Definition at line 31 of file field_F_1spinor.h.