|
BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Defines complex_t, and a few elementary functions. More...
Go to the source code of this file.
Typedefs | |
| using | complex_t = std::complex< double > |
Functions | |
| complex_t | mul_I (complex_t z) |
| Returns product I*z, where I is the imaginary unit. | |
| complex_t | exp_I (complex_t z) |
| Returns exp(I*z), where I is the imaginary unit. | |
Variables | |
| constexpr complex_t | I = complex_t(0.0, 1.0) |
Defines complex_t, and a few elementary functions.
Definition in file Complex.h.