|
__host__ __device__ | complex () |
|
__host__ __device__ | complex (const float &re, const float &im=float()) |
|
__host__ __device__ | complex (const complex< float > &z) |
|
__host__ __device__ | complex (float2 z) |
|
template<class X > |
| complex (const std::complex< X > &z) |
|
template<typename T > |
__host__ __device__ volatile complex< float > & | operator= (const complex< T > z) volatile |
|
template<typename T > |
__host__ __device__ complex< float > & | operator= (const complex< T > z) |
|
__host__ __device__ complex< float > & | operator+= (const complex< float > z) |
|
__host__ __device__ complex< float > & | operator-= (const complex< float > z) |
|
__host__ __device__ complex< float > & | operator*= (const complex< float > z) |
|
__host__ __device__ complex< float > & | operator/= (const complex< float > z) |
|
__host__ __device__ complex< float > & | operator*= (const float z) |
|
__host__ __device__ | complex (const volatile complex< float > &z) |
|
__host__ __device__ float | real () const volatile |
|
__host__ __device__ float | imag () const volatile |
|
__host__ __device__ float | real () const |
|
__host__ __device__ float | imag () const |
|
__host__ __device__ void | real (float re) volatile |
|
__host__ __device__ void | imag (float im) volatile |
|
__host__ __device__ void | real (float re) |
|
__host__ __device__ void | imag (float im) |
|
| operator std::complex< float > () const |
|
template<typename T > |
__host__ __device__ | operator complex< T > () const |
|
template<typename otherFloat , typename storeFloat > |
__host__ __device__ void | operator= (const gauge::fieldorder_wrapper< otherFloat, storeFloat > &a) |
|
template<typename otherFloat , typename storeFloat > |
__host__ __device__ | complex (const gauge::fieldorder_wrapper< otherFloat, storeFloat > &a) |
|
template<typename otherFloat , typename storeFloat > |
__host__ __device__ void | operator= (const colorspinor::fieldorder_wrapper< otherFloat, storeFloat > &a) |
|
template<typename otherFloat , typename storeFloat > |
__host__ __device__ | complex (const colorspinor::fieldorder_wrapper< otherFloat, storeFloat > &a) |
|
template<typename otherFloat , typename storeFloat > |
__device__ __host__ void | operator= (const colorspinor::fieldorder_wrapper< otherFloat, storeFloat > &a) |
|
template<typename otherFloat , typename storeFloat > |
__device__ __host__ | complex (const colorspinor::fieldorder_wrapper< otherFloat, storeFloat > &a) |
|
template<typename otherFloat , typename storeFloat > |
__device__ __host__ void | operator= (const gauge::fieldorder_wrapper< otherFloat, storeFloat > &a) |
|
template<typename otherFloat , typename storeFloat > |
__device__ __host__ | complex (const gauge::fieldorder_wrapper< otherFloat, storeFloat > &a) |
|
Definition at line 458 of file complex_quda.h.