|
QUDA
1.0.0
|
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 249 of file quda_matrix.h.
|
inline |
Definition at line 255 of file quda_matrix.h.
|
inline |
Definition at line 269 of file quda_matrix.h.
|
inline |
Definition at line 257 of file quda_matrix.h.
| const int quda::HMatrix_wrapper< T, Hmat >::i |
Definition at line 251 of file quda_matrix.h.
| const int quda::HMatrix_wrapper< T, Hmat >::idx |
Definition at line 253 of file quda_matrix.h.
| const int quda::HMatrix_wrapper< T, Hmat >::j |
Definition at line 252 of file quda_matrix.h.
| Hmat& quda::HMatrix_wrapper< T, Hmat >::mat |
Definition at line 250 of file quda_matrix.h.
1.8.13