ARTS 2.5.9 (git: 825fa5f2)
|
#include <lineshape.h>
Public Member Functions | |
constexpr | Lorentz (Numeric F0_noshift, const Output &ls) noexcept |
constexpr Complex | dFdVMR (const Output &d) const noexcept |
constexpr Complex | dFdT (const Output &d, Numeric) const noexcept |
constexpr Complex | dFdf () const noexcept |
constexpr Complex | dFdF0 () const noexcept |
constexpr Complex | dFdDV (Numeric d) const noexcept |
constexpr Complex | dFdD0 (Numeric d) const noexcept |
constexpr Complex | dFdG0 (Numeric d) const noexcept |
constexpr Complex | operator() (Numeric f) noexcept |
Static Public Member Functions | |
static constexpr Complex | dFdH (Numeric) noexcept |
static constexpr Complex | dFdD2 (Numeric) noexcept |
static constexpr Complex | dFdG2 (Numeric) |
static constexpr Complex | dFdETA (Numeric) noexcept |
static constexpr Complex | dFdFVC (Numeric) noexcept |
Public Attributes | |
Complex | F |
Complex | dF |
Numeric | mF0 |
Numeric | G0 |
Definition at line 66 of file lineshape.h.
|
inlineconstexprnoexcept |
Definition at line 73 of file lineshape.h.
Definition at line 92 of file lineshape.h.
Definition at line 99 of file lineshape.h.
Definition at line 89 of file lineshape.h.
Definition at line 101 of file lineshape.h.
|
inlineconstexprnoexcept |
Definition at line 83 of file lineshape.h.
References dF.
|
inlineconstexprnoexcept |
Definition at line 102 of file lineshape.h.
Definition at line 96 of file lineshape.h.
Definition at line 100 of file lineshape.h.
Definition at line 95 of file lineshape.h.
|
inlineconstexprnoexcept |
Definition at line 79 of file lineshape.h.
|
inlineconstexprnoexcept |
Definition at line 104 of file lineshape.h.
References dF, F, G0, Constant::inv_pi, mF0, Constant::pi, and Math::pow2().
Complex LineShape::Lorentz::dF |
Definition at line 68 of file lineshape.h.
Referenced by dFdf(), dFdF0(), dFdG0(), dFdVMR(), and operator()().
Complex LineShape::Lorentz::F |
Definition at line 67 of file lineshape.h.
Referenced by operator()().
Numeric LineShape::Lorentz::G0 |
Definition at line 71 of file lineshape.h.
Referenced by operator()().
Numeric LineShape::Lorentz::mF0 |
Definition at line 70 of file lineshape.h.
Referenced by operator()().