|
QUDA
1.0.0
|
#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 757 of file complex_quda.h.
| typedef short quda::complex< short >::value_type |
Definition at line 760 of file complex_quda.h.
|
inline |
Definition at line 762 of file complex_quda.h.
|
inline |
Definition at line 764 of file complex_quda.h.
|
inline |
Definition at line 770 of file complex_quda.h.
|
inline |
Definition at line 787 of file complex_quda.h.
Referenced by quda::gauge::square_< ReduceType, short >::operator()(), quda::colorspinor::square_< ReduceType, short >::operator()(), quda::gauge::abs_< Float, short >::operator()(), quda::colorspinor::abs_< Float, short >::operator()(), operator+=(), and operator-=().

|
inline |
Definition at line 789 of file complex_quda.h.
|
inline |
Definition at line 791 of file complex_quda.h.
|
inline |
Definition at line 793 of file complex_quda.h.
|
inline |
Definition at line 798 of file complex_quda.h.
|
inline |
Definition at line 796 of file complex_quda.h.
|
inline |
Definition at line 772 of file complex_quda.h.
References imag(), and real().

|
inline |
Definition at line 779 of file complex_quda.h.
References imag(), and real().

|
inline |
Definition at line 786 of file complex_quda.h.
Referenced by quda::gauge::square_< ReduceType, short >::operator()(), quda::colorspinor::square_< ReduceType, short >::operator()(), quda::gauge::abs_< Float, short >::operator()(), quda::colorspinor::abs_< Float, short >::operator()(), operator+=(), and operator-=().

|
inline |
Definition at line 788 of file complex_quda.h.
|
inline |
Definition at line 790 of file complex_quda.h.
|
inline |
Definition at line 792 of file complex_quda.h.
1.8.13