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

#include <quda_matrix.h>

List of all members.

Public Member Functions

__device__ __host__ T const & operator[] (int i) const
__device__ __host__ T & operator[] (int i)

Detailed Description

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

Definition at line 561 of file quda_matrix.h.


Member Function Documentation

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

Definition at line 569 of file quda_matrix.h.

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

Definition at line 575 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