#include <schrodinger_flow.hpp>
Definition at line 155 of file schrodinger_flow.hpp.
◆ Complex() [1/3]
| MFEM_HOST_DEVICE Complex::Complex |
( |
| ) |
|
|
default |
◆ Complex() [2/3]
| MFEM_HOST_DEVICE Complex::Complex |
( |
real_t | r | ) |
|
|
inline |
◆ Complex() [3/3]
◆ imag() [1/2]
| MFEM_HOST_DEVICE real_t Complex::imag |
( |
| ) |
const |
|
inline |
◆ imag() [2/2]
| MFEM_HOST_DEVICE void Complex::imag |
( |
real_t | i | ) |
|
|
inline |
◆ operator*=()
template<typename U >
| MFEM_HOST_DEVICE Complex & Complex::operator*= |
( |
const U & | z | ) |
|
|
inline |
◆ operator/=()
template<typename U >
| MFEM_HOST_DEVICE Complex & Complex::operator/= |
( |
const U & | z | ) |
|
|
inline |
◆ real() [1/2]
| MFEM_HOST_DEVICE real_t Complex::real |
( |
| ) |
const |
|
inline |
◆ real() [2/2]
| MFEM_HOST_DEVICE void Complex::real |
( |
real_t | r | ) |
|
|
inline |
The documentation for this struct was generated from the following file: