#include <complex_quda.h>
|
__host__ __device__ | complex () |
|
__host__ __device__ | complex (const int8_t &re, const int8_t &im=float()) |
|
__host__ __device__ | complex (const complex< int8_t > &z) |
|
__host__ __device__ complex< int8_t > & | operator+= (const complex< int8_t > z) |
|
__host__ __device__ complex< int8_t > & | operator-= (const complex< int8_t > z) |
|
__host__ __device__ int8_t | real () const volatile |
|
__host__ __device__ int8_t | imag () const volatile |
|
__host__ __device__ int8_t | real () const |
|
__host__ __device__ int8_t | imag () const |
|
__host__ __device__ void | real (int8_t re) volatile |
|
__host__ __device__ void | imag (int8_t im) volatile |
|
__host__ __device__ void | real (int8_t re) |
|
__host__ __device__ void | imag (int8_t im) |
|
| operator std::complex< int8_t > () const |
|
template<typename T > |
__host__ __device__ | operator complex< T > () const |
|
Definition at line 707 of file complex_quda.h.
◆ value_type
◆ complex() [1/3]
◆ complex() [2/3]
__host__ __device__ quda::complex< int8_t >::complex |
( |
const int8_t & |
re, |
|
|
const int8_t & |
im = float() |
|
) |
| |
|
inline |
◆ complex() [3/3]
◆ imag() [1/4]
__host__ __device__ int8_t quda::complex< int8_t >::imag |
( |
| ) |
const |
|
inline |
◆ imag() [2/4]
__host__ __device__ int8_t quda::complex< int8_t >::imag |
( |
| ) |
const volatile |
|
inline |
◆ imag() [3/4]
__host__ __device__ void quda::complex< int8_t >::imag |
( |
int8_t |
im | ) |
|
|
inline |
◆ imag() [4/4]
__host__ __device__ void quda::complex< int8_t >::imag |
( |
int8_t |
im | ) |
volatile |
|
inline |
◆ operator complex< T >()
◆ operator std::complex< int8_t >()
quda::complex< int8_t >::operator std::complex< int8_t > |
( |
| ) |
const |
|
inline |
◆ operator+=()
◆ operator-=()
◆ real() [1/4]
__host__ __device__ int8_t quda::complex< int8_t >::real |
( |
| ) |
const |
|
inline |
◆ real() [2/4]
__host__ __device__ int8_t quda::complex< int8_t >::real |
( |
| ) |
const volatile |
|
inline |
◆ real() [3/4]
__host__ __device__ void quda::complex< int8_t >::real |
( |
int8_t |
re | ) |
|
|
inline |
◆ real() [4/4]
__host__ __device__ void quda::complex< int8_t >::real |
( |
int8_t |
re | ) |
volatile |
|
inline |
The documentation for this struct was generated from the following file: