QUDA  v1.1.0
A library for QCD on GPUs
Public Member Functions | List of all members
quda::Array< T, N > Class Template Reference

#include <quda_matrix.h>

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 quda::Array< T, N >

Definition at line 774 of file quda_matrix.h.

Member Function Documentation

◆ operator[]() [1/2]

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

Definition at line 788 of file quda_matrix.h.

◆ operator[]() [2/2]

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

Definition at line 782 of file quda_matrix.h.


The documentation for this class was generated from the following file: