QUDA
v1.1.0
A library for QCD on GPUs
|
#include <complex_quda.h>
Public Types | |
typedef int | value_type |
Public Member Functions | |
__host__ __device__ | complex () |
__host__ __device__ | complex (const int &re, const int &im=float()) |
__host__ __device__ | complex (const complex< int > &z) |
__host__ __device__ complex< int > & | operator+= (const complex< int > z) |
__host__ __device__ complex< int > & | operator-= (const complex< int > z) |
__host__ __device__ int | real () const volatile |
__host__ __device__ int | imag () const volatile |
__host__ __device__ int | real () const |
__host__ __device__ int | imag () const |
__host__ __device__ void | real (int re) volatile |
__host__ __device__ void | imag (int im) volatile |
__host__ __device__ void | real (int re) |
__host__ __device__ void | imag (int im) |
operator std::complex< int > () const | |
template<typename T > | |
__host__ __device__ | operator complex< T > () const |
Definition at line 799 of file complex_quda.h.
typedef int quda::complex< int >::value_type |
Definition at line 802 of file complex_quda.h.
|
inline |
Definition at line 804 of file complex_quda.h.
|
inline |
Definition at line 806 of file complex_quda.h.
|
inline |
Definition at line 812 of file complex_quda.h.
|
inline |
Definition at line 831 of file complex_quda.h.
|
inline |
Definition at line 829 of file complex_quda.h.
|
inline |
Definition at line 835 of file complex_quda.h.
|
inline |
Definition at line 833 of file complex_quda.h.
|
inline |
Definition at line 840 of file complex_quda.h.
|
inline |
Definition at line 838 of file complex_quda.h.
|
inline |
Definition at line 814 of file complex_quda.h.
|
inline |
Definition at line 821 of file complex_quda.h.
|
inline |
Definition at line 830 of file complex_quda.h.
|
inline |
Definition at line 828 of file complex_quda.h.
|
inline |
Definition at line 834 of file complex_quda.h.
|
inline |
Definition at line 832 of file complex_quda.h.