|
QUDA
0.9.0
|
#include <complex_quda.h>


Public Types | |
| typedef float | value_type |
Public Member Functions | |
| __host__ __device__ | complex () |
| __host__ __device__ | complex (const float &re, const float &im=float()) |
| __host__ __device__ | complex (const complex< float > &z) |
| __host__ __device__ | complex (cuFloatComplex 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 |
Definition at line 443 of file complex_quda.h.
| typedef float quda::complex< float >::value_type |
Definition at line 446 of file complex_quda.h.
|
inline |
Definition at line 448 of file complex_quda.h.
|
inline |
Definition at line 450 of file complex_quda.h.
|
inline |
Definition at line 459 of file complex_quda.h.
|
inline |
Definition at line 463 of file complex_quda.h.
|
inline |
Definition at line 467 of file complex_quda.h.
References z.
|
inline |
Definition at line 531 of file complex_quda.h.
References z.
|
inline |
Definition at line 538 of file complex_quda.h.
References y.
|
inline |
Definition at line 540 of file complex_quda.h.
References y.
|
inline |
Definition at line 542 of file complex_quda.h.
References y.
|
inline |
Definition at line 544 of file complex_quda.h.
References y.
|
inline |
Definition at line 549 of file complex_quda.h.
|
inline |
Definition at line 547 of file complex_quda.h.
|
inline |
Definition at line 509 of file complex_quda.h.
References z.
|
inline |
Definition at line 523 of file complex_quda.h.
|
inline |
Definition at line 493 of file complex_quda.h.
References z.
|
inline |
Definition at line 501 of file complex_quda.h.
References z.
|
inline |
Definition at line 516 of file complex_quda.h.
References z.
|
inline |
Definition at line 476 of file complex_quda.h.
References z.
|
inline |
Definition at line 485 of file complex_quda.h.
References z.
|
inline |
Definition at line 537 of file complex_quda.h.
References x.
|
inline |
Definition at line 539 of file complex_quda.h.
References x.
|
inline |
Definition at line 541 of file complex_quda.h.
References x.
|
inline |
Definition at line 543 of file complex_quda.h.
References x.
1.8.14