33 #define OPP_DIR(dir) (7 - (dir))
34 #define GOES_FORWARDS(dir) (dir <= 3)
35 #define GOES_BACKWARDS(dir) (dir > 3)
enum QudaSolveType_s QudaSolveType
enum QudaPrecision_s QudaPrecision
enum QudaTwistFlavorType_s QudaTwistFlavorType
enum QudaGaugeFieldOrder_s QudaGaugeFieldOrder
enum QudaDslashType_s QudaDslashType
enum QudaSolutionType_s QudaSolutionType
enum QudaEigSpectrumType_s QudaEigSpectrumType
enum QudaInverterType_s QudaInverterType
enum QudaFieldLocation_s QudaFieldLocation
enum QudaMassNormalization_s QudaMassNormalization
enum QudaEigType_s QudaEigType
enum QudaMatPCType_s QudaMatPCType
enum QudaMemoryType_s QudaMemoryType
enum QudaReconstructType_s QudaReconstructType
enum QudaContractType_s QudaContractType
enum QudaVerbosity_s QudaVerbosity
const char * get_quda_ver_str()
const char * get_ritz_location_str(QudaFieldLocation type)
const char * get_test_type(int t)
const char * get_prec_str(QudaPrecision prec)
const char * get_matpc_str(QudaMatPCType)
const char * get_flavor_str(QudaTwistFlavorType type)
const char * get_solve_str(QudaSolveType)
const char * get_eig_spectrum_str(QudaEigSpectrumType type)
const char * get_dslash_str(QudaDslashType type)
const char * get_gauge_order_str(QudaGaugeFieldOrder order)
const char * get_contract_str(QudaContractType type)
const char * get_verbosity_str(QudaVerbosity)
const char * get_solver_str(QudaInverterType type)
const char * get_eig_type_str(QudaEigType type)
const char * get_solution_str(QudaSolutionType)
const char * get_memory_type_str(QudaMemoryType type)
const char * get_mass_normalization_str(QudaMassNormalization)
const char * get_staggered_test_type(int t)
const char * get_unitarization_str(bool svd_only)
const char * get_recon_str(QudaReconstructType recon)
Main header file for the QUDA library.