|
QUDA
v1.1.0
A library for QCD on GPUs
|
Public Member Functions | |
| Matrix () | |
| Matrix (const Matrix< N, T > &mat) | |
| Matrix & | operator+= (const Matrix< N, T > &mat) |
| Matrix & | operator-= (const Matrix< N, T > &mat) |
| const T & | operator() (int i, int j) const |
| T & | operator() (int i, int j) |
Definition at line 131 of file hisq_force_reference2.cpp.
Definition at line 156 of file hisq_force_reference2.cpp.
| T& Matrix< N, T >::operator() | ( | int | i, |
| int | j | ||
| ) |
| const T& Matrix< N, T >::operator() | ( | int | i, |
| int | j | ||
| ) | const |
Definition at line 178 of file hisq_force_reference2.cpp.
Definition at line 189 of file hisq_force_reference2.cpp.