QUDA
v1.1.0
A library for QCD on GPUs
|
#include <complex_quda.h>
Public Types | |
typedef short | value_type |
Public Member Functions | |
__host__ __device__ | complex () |
__host__ __device__ | complex (const short &re, const short &im=float()) |
__host__ __device__ | complex (const complex< short > &z) |
__host__ __device__ complex< short > & | operator+= (const complex< short > z) |
__host__ __device__ complex< short > & | operator-= (const complex< short > z) |
__host__ __device__ short | real () const volatile |
__host__ __device__ short | imag () const volatile |
__host__ __device__ short | real () const |
__host__ __device__ short | imag () const |
__host__ __device__ void | real (short re) volatile |
__host__ __device__ void | imag (short im) volatile |
__host__ __device__ void | real (short re) |
__host__ __device__ void | imag (short im) |
operator std::complex< short > () const | |
template<typename T > | |
__host__ __device__ | operator complex< T > () const |
Definition at line 753 of file complex_quda.h.
typedef short quda::complex< short >::value_type |
Definition at line 756 of file complex_quda.h.
|
inline |
Definition at line 758 of file complex_quda.h.
|
inline |
Definition at line 760 of file complex_quda.h.
|
inline |
Definition at line 766 of file complex_quda.h.
|
inline |
Definition at line 785 of file complex_quda.h.
|
inline |
Definition at line 783 of file complex_quda.h.
|
inline |
Definition at line 789 of file complex_quda.h.
|
inline |
Definition at line 787 of file complex_quda.h.
|
inline |
Definition at line 794 of file complex_quda.h.
|
inline |
Definition at line 792 of file complex_quda.h.
|
inline |
Definition at line 768 of file complex_quda.h.
|
inline |
Definition at line 775 of file complex_quda.h.
|
inline |
Definition at line 784 of file complex_quda.h.
|
inline |
Definition at line 782 of file complex_quda.h.
|
inline |
Definition at line 788 of file complex_quda.h.
|
inline |
Definition at line 786 of file complex_quda.h.