ARTS 2.5.9 (git: 825fa5f2)
|
#include <lineshape.h>
Public Member Functions | |
Numeric | dNdT (Numeric T, Numeric f) const noexcept |
Numeric | dNdf (Numeric f) const noexcept |
Numeric | dNdF0 () const noexcept |
Numeric | operator() (Numeric f) noexcept |
Normalizer (const Absorption::NormalizationType type, const Numeric F0, const Numeric T) noexcept | |
Private Types | |
using | Variant = std::variant< Nonorm, VanVleckHuber, VanVleckWeisskopf, RosenkranzQuadratic, SimpleFrequencyScaling > |
Private Attributes | |
Variant | ls_norm |
Definition at line 701 of file lineshape.h.
|
private |
Definition at line 702 of file lineshape.h.
|
noexcept |
Definition at line 2450 of file lineshape.cc.
Definition at line 2438 of file lineshape.cc.
Referenced by test_norm().
|
noexcept |
Definition at line 2434 of file lineshape.cc.
Referenced by test_norm().
Definition at line 2446 of file lineshape.cc.
|
private |
Definition at line 707 of file lineshape.h.
Referenced by dNdF0().