|
std::ostream & | quda::operator<< (std::ostream &output, const LatticeFieldParam ¶m) |
|
QudaFieldLocation | quda::Location_ (const char *func, const char *file, int line, const LatticeField &a, const LatticeField &b) |
| Helper function for determining if the location of the fields is the same. More...
|
|
template<typename... Args> |
QudaFieldLocation | quda::Location_ (const char *func, const char *file, int line, const LatticeField &a, const LatticeField &b, const Args &... args) |
| Helper function for determining if the location of the fields is the same. More...
|
|
QudaPrecision | quda::Precision_ (const char *func, const char *file, int line, const LatticeField &a, const LatticeField &b) |
| Helper function for determining if the precision of the fields is the same. More...
|
|
template<typename... Args> |
QudaPrecision | quda::Precision_ (const char *func, const char *file, int line, const LatticeField &a, const LatticeField &b, const Args &... args) |
| Helper function for determining if the precision of the fields is the same. More...
|
|
bool | quda::Native_ (const char *func, const char *file, int line, const LatticeField &a) |
| Helper function for determining if the field is in native order. More...
|
|
template<typename... Args> |
bool | quda::Native_ (const char *func, const char *file, int line, const LatticeField &a, const Args &... args) |
| Helper function for determining if the fields are in native order. More...
|
|
QudaFieldLocation | quda::reorder_location () |
| Return whether data is reordered on the CPU or GPU. This can set at QUDA initialization using the environment variable QUDA_REORDER_LOCATION. More...
|
|
void | quda::reorder_location_set (QudaFieldLocation reorder_location_) |
| Set whether data is reorderd on the CPU or GPU. This can set at QUDA initialization using the environment variable QUDA_REORDER_LOCATION. More...
|
|
const char * | quda::compile_type_str (const LatticeField &meta, QudaFieldLocation location_=QUDA_INVALID_FIELD_LOCATION) |
| Helper function for setting auxilary string. More...
|
|
DESCRIPTION
LatticeField is an abstract base clase for all Field objects.
Definition in file lattice_field.h.