QUDA  v1.1.0
A library for QCD on GPUs
Public Member Functions | Public Attributes | List of all members
quda::Int2 Struct Reference

Public Member Functions

 Int2 ()
 
 Int2 (int x, int y)
 
bool operator< (const Int2 &a) const
 

Public Attributes

int x
 
int y
 

Detailed Description

Definition at line 283 of file transfer.cpp.

Constructor & Destructor Documentation

◆ Int2() [1/2]

quda::Int2::Int2 ( )
inline

Definition at line 285 of file transfer.cpp.

◆ Int2() [2/2]

quda::Int2::Int2 ( int  x,
int  y 
)
inline

Definition at line 286 of file transfer.cpp.

Member Function Documentation

◆ operator<()

bool quda::Int2::operator< ( const Int2 a) const
inline

Definition at line 288 of file transfer.cpp.

Member Data Documentation

◆ x

int quda::Int2::x

Definition at line 284 of file transfer.cpp.

◆ y

int quda::Int2::y

Definition at line 284 of file transfer.cpp.


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