QUDA
v1.1.0
A library for QCD on GPUs
|
wrapper class that enables us to write to Hmatrices in packed format More...
#include <quda_matrix.h>
Public Member Functions | |
__device__ __host__ | HMatrix_wrapper (Hmat &mat, int i, int j, int idx) |
__device__ __host__ void | operator= (const complex< T > &a) |
__device__ __host__ void | operator+= (const complex< T > &a) |
Public Attributes | |
Hmat & | mat |
const int | i |
const int | j |
const int | idx |
wrapper class that enables us to write to Hmatrices in packed format
T | Underlying real storage type |
Hmat | The type of HMatrix we are wrapping |
Definition at line 244 of file quda_matrix.h.
|
inline |
Definition at line 250 of file quda_matrix.h.
|
inline |
Definition at line 264 of file quda_matrix.h.
|
inline |
Definition at line 252 of file quda_matrix.h.
const int quda::HMatrix_wrapper< T, Hmat >::i |
Definition at line 246 of file quda_matrix.h.
const int quda::HMatrix_wrapper< T, Hmat >::idx |
Definition at line 248 of file quda_matrix.h.
const int quda::HMatrix_wrapper< T, Hmat >::j |
Definition at line 247 of file quda_matrix.h.
Hmat& quda::HMatrix_wrapper< T, Hmat >::mat |
Definition at line 245 of file quda_matrix.h.