QUDA v0.4.0
A library for QCD on GPUs
Public Member Functions | Public Attributes
hisq::Matrix< T, N > Class Template Reference

#include <quda_matrix.h>

List of all members.

Public Member Functions

__device__ __host__ T const & operator() (int i, int j) const
__device__ __host__ T & operator() (int i, int j)

Public Attributes

data [N *N]

Detailed Description

template<class T, int N>
class hisq::Matrix< T, N >

Definition at line 288 of file quda_matrix.h.


Member Function Documentation

template<class T, int N>
__device__ __host__ T const& hisq::Matrix< T, N >::operator() ( int  i,
int  j 
) const [inline]

Definition at line 293 of file quda_matrix.h.

template<class T, int N>
__device__ __host__ T& hisq::Matrix< T, N >::operator() ( int  i,
int  j 
) [inline]

Definition at line 297 of file quda_matrix.h.


Member Data Documentation

template<class T, int N>
T hisq::Matrix< T, N >::data[N *N]

Definition at line 291 of file quda_matrix.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines