|
CHROMA
|
Builds time slice subsets. More...
#include <time_slice_set.h>
Public Member Functions | |
| TimeSliceSet (int decay_dir) | |
| Constructor about origin. More... | |
| const Set & | getSet () const |
| The set to be used in sumMulti. More... | |
| int | numSubsets () const |
| Number of subsets - length in decay direction. More... | |
| int | numSites () const |
| Number of sites in each subset. More... | |
| int | getDir () const |
| Decay direction. More... | |
Private Member Functions | |
| TimeSliceSet () | |
Private Attributes | |
| int | decay_dir |
| Set | sft_set |
Builds time slice subsets.
Definition at line 18 of file time_slice_set.h.
| Chroma::TimeSliceSet::TimeSliceSet | ( | int | decay_dir | ) |
Constructor about origin.
Definition at line 66 of file time_slice_set.cc.
|
inlineprivate |
Definition at line 37 of file time_slice_set.h.
|
inline |
|
inline |
The set to be used in sumMulti.
Definition at line 25 of file time_slice_set.h.
References sft_set.
Referenced by Chroma::DistillutionFactoryEnv::Annihilation::QuarkLineFact::getSrc().
| int Chroma::TimeSliceSet::numSites | ( | ) | const |
Number of sites in each subset.
Definition at line 50 of file time_slice_set.cc.
|
inline |
Number of subsets - length in decay direction.
Definition at line 28 of file time_slice_set.h.
References sft_set.
|
private |
Definition at line 39 of file time_slice_set.h.
Referenced by getDir(), and numSites().
|
private |
Definition at line 40 of file time_slice_set.h.
Referenced by getSet(), numSubsets(), and TimeSliceSet().