QUDA
1.0.0
|
#include <complex_quda.h>
Public Types | |
typedef char | value_type |
Public Member Functions | |
__host__ __device__ | complex () |
__host__ __device__ | complex (const char &re, const char &im=float()) |
__host__ __device__ | complex (const complex< char > &z) |
__host__ __device__ complex< char > & | operator+= (const complex< char > z) |
__host__ __device__ complex< char > & | operator-= (const complex< char > z) |
__host__ __device__ char | real () const volatile |
__host__ __device__ char | imag () const volatile |
__host__ __device__ char | real () const |
__host__ __device__ char | imag () const |
__host__ __device__ void | real (char re) volatile |
__host__ __device__ void | imag (char im) volatile |
__host__ __device__ void | real (char re) |
__host__ __device__ void | imag (char im) |
operator std::complex< char > () const | |
template<typename T > | |
__host__ __device__ | operator complex< T > () const |
Definition at line 710 of file complex_quda.h.
typedef char quda::complex< char >::value_type |
Definition at line 713 of file complex_quda.h.
|
inline |
Definition at line 715 of file complex_quda.h.
|
inline |
Definition at line 717 of file complex_quda.h.
|
inline |
Definition at line 723 of file complex_quda.h.
|
inline |
Definition at line 740 of file complex_quda.h.
Referenced by quda::gauge::square_< ReduceType, char >::operator()(), quda::gauge::abs_< Float, char >::operator()(), quda::colorspinor::square_< ReduceType, char >::operator()(), quda::colorspinor::abs_< Float, char >::operator()(), operator+=(), and operator-=().
|
inline |
Definition at line 742 of file complex_quda.h.
|
inline |
Definition at line 744 of file complex_quda.h.
|
inline |
Definition at line 746 of file complex_quda.h.
|
inline |
Definition at line 751 of file complex_quda.h.
|
inline |
Definition at line 749 of file complex_quda.h.
|
inline |
Definition at line 725 of file complex_quda.h.
References imag(), and real().
|
inline |
Definition at line 732 of file complex_quda.h.
References imag(), and real().
|
inline |
Definition at line 739 of file complex_quda.h.
Referenced by quda::gauge::square_< ReduceType, char >::operator()(), quda::gauge::abs_< Float, char >::operator()(), quda::colorspinor::square_< ReduceType, char >::operator()(), quda::colorspinor::abs_< Float, char >::operator()(), operator+=(), and operator-=().
|
inline |
Definition at line 741 of file complex_quda.h.
|
inline |
Definition at line 743 of file complex_quda.h.
|
inline |
Definition at line 745 of file complex_quda.h.