Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
|
Public Member Functions | |
index_locator_ (int sort, int idx, int pos_A, int pos_B, int pos_C) | |
bool | operator== (int idx) |
Static Public Member Functions | |
static bool | sortA (const index_locator_ &a, const index_locator_ &b) |
static bool | sortB (const index_locator_ &a, const index_locator_ &b) |
static bool | sortC (const index_locator_ &a, const index_locator_ &b) |
Data Fields | |
int | sort |
int | idx |
int | pos_A |
int | pos_B |
int | pos_C |
Definition at line 8 of file sym_indices.cxx.
|
inline |
Definition at line 16 of file sym_indices.cxx.
|
inline |
Definition at line 34 of file sym_indices.cxx.
|
inlinestatic |
Definition at line 19 of file sym_indices.cxx.
References pos_A.
|
inlinestatic |
Definition at line 24 of file sym_indices.cxx.
References pos_B.
Referenced by align_symmetric_indices().
|
inlinestatic |
Definition at line 29 of file sym_indices.cxx.
References pos_C.
Referenced by align_symmetric_indices().
int index_locator_::idx |
Definition at line 11 of file sym_indices.cxx.
int index_locator_::pos_A |
Definition at line 12 of file sym_indices.cxx.
Referenced by sortA().
int index_locator_::pos_B |
Definition at line 13 of file sym_indices.cxx.
Referenced by sortB().
int index_locator_::pos_C |
Definition at line 14 of file sym_indices.cxx.
Referenced by sortC().
int index_locator_::sort |
Definition at line 10 of file sym_indices.cxx.