|
QUDA
1.0.0
|
Public Member Functions | |
| CloverSigmaOprodArg (Output &oprod, InputA *inA_, InputB *inB_, const std::vector< std::vector< double >> &coeff_, const GaugeField &meta, int nvector) | |
Public Attributes | |
| Output | oprod |
| InputA | inA [MAX_NVECTOR] |
| InputB | inB [MAX_NVECTOR] |
| Float | coeff [MAX_NVECTOR][2] |
| unsigned int | length |
| int | nvector |
Definition at line 18 of file clover_sigma_outer_product.cuh.
|
inline |
Definition at line 26 of file clover_sigma_outer_product.cuh.
References quda::CloverSigmaOprodArg< Float, Output, InputA, InputB >::nvector.
| Float quda::CloverSigmaOprodArg< Float, Output, InputA, InputB >::coeff[MAX_NVECTOR][2] |
Definition at line 22 of file clover_sigma_outer_product.cuh.
| InputA quda::CloverSigmaOprodArg< Float, Output, InputA, InputB >::inA[MAX_NVECTOR] |
Definition at line 20 of file clover_sigma_outer_product.cuh.
| InputB quda::CloverSigmaOprodArg< Float, Output, InputA, InputB >::inB[MAX_NVECTOR] |
Definition at line 21 of file clover_sigma_outer_product.cuh.
| unsigned int quda::CloverSigmaOprodArg< Float, Output, InputA, InputB >::length |
Definition at line 23 of file clover_sigma_outer_product.cuh.
| int quda::CloverSigmaOprodArg< Float, Output, InputA, InputB >::nvector |
Definition at line 24 of file clover_sigma_outer_product.cuh.
Referenced by quda::CloverSigmaOprodArg< Float, Output, InputA, InputB >::CloverSigmaOprodArg(), and quda::sigmaOprod().
| Output quda::CloverSigmaOprodArg< Float, Output, InputA, InputB >::oprod |
Definition at line 19 of file clover_sigma_outer_product.cuh.
1.8.13