QUDA
v0.7.0
A library for QCD on GPUs
|
#include <quda_matrix.h>
Public Member Functions | |
__device__ __host__ T const & | operator() (int i, int j) const |
__device__ __host__ T & | operator() (int i, int j) |
__device__ __host__ complex < typename RealTypeId< T > ::Type > const & | operator() (int i) const |
__device__ __host__ complex < typename RealTypeId< T > ::Type > & | operator() (int i) |
Public Attributes | |
T | data [N *N] |
Definition at line 348 of file quda_matrix.h.
|
inline |
Definition at line 353 of file quda_matrix.h.
|
inline |
Definition at line 357 of file quda_matrix.h.
|
inline |
Definition at line 361 of file quda_matrix.h.
|
inline |
Definition at line 368 of file quda_matrix.h.
T quda::Matrix< T, N >::data[N *N] |
Definition at line 351 of file quda_matrix.h.