|
QUDA
v0.7.0
A library for QCD on GPUs
|
#include <float.h>Go to the source code of this file.
Macros | |
| #define | INVALID_INT QUDA_INVALID_ENUM |
| #define | INVALID_DOUBLE DBL_MIN |
Functions | |
| void | printQudaGaugeParam (QudaGaugeParam *param) |
| void | printQudaEigParam (QudaEigParam *param) |
| void | printQudaInvertParam (QudaInvertParam *param) |
| #define INVALID_DOUBLE DBL_MIN |
Definition at line 15 of file check_params.h.
| #define INVALID_INT QUDA_INVALID_ENUM |
Definition at line 14 of file check_params.h.
| void printQudaEigParam | ( | QudaEigParam * | param | ) |
Print the members of QudaEigParam.
| param | The QudaEigParam whose elements we are to print. |
Definition at line 126 of file check_params.h.
| void printQudaGaugeParam | ( | QudaGaugeParam * | param | ) |
Print the members of QudaGaugeParam.
| param | The QudaGaugeParam whose elements we are to print. |
Definition at line 40 of file check_params.h.
| void printQudaInvertParam | ( | QudaInvertParam * | param | ) |
Print the members of QudaGaugeParam.
| param | The QudaGaugeParam whose elements we are to print. |
Whether to use a pipelined solver
< Number of offsets in the multi-shift solver
< width of domain overlaps
Definition at line 162 of file check_params.h.
1.8.6