QUDA v0.4.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) |
Public Attributes | |
T | data [N *N] |
Definition at line 288 of file quda_matrix.h.
__device__ __host__ T const& hisq::Matrix< T, N >::operator() | ( | int | i, |
int | j | ||
) | const [inline] |
Definition at line 293 of file quda_matrix.h.
__device__ __host__ T& hisq::Matrix< T, N >::operator() | ( | int | i, |
int | j | ||
) | [inline] |
Definition at line 297 of file quda_matrix.h.
T hisq::Matrix< T, N >::data[N *N] |
Definition at line 291 of file quda_matrix.h.