QUDA
1.0.0
|
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) |
Private Attributes | |
T | data [N][N] |
Definition at line 131 of file hisq_force_reference2.cpp.
const T& Matrix< N, T >::operator() | ( | int | i, |
int | j | ||
) | const |
T& Matrix< N, T >::operator() | ( | int | i, |
int | j | ||
) |
Definition at line 178 of file hisq_force_reference2.cpp.
References quda::Matrix< T, N >::data.
Definition at line 189 of file hisq_force_reference2.cpp.
References quda::Matrix< T, N >::data.
|
private |
Definition at line 134 of file hisq_force_reference2.cpp.