ARTS 2.5.9 (git: 825fa5f2)
|
#include <lineshape.h>
Public Member Functions | |
constexpr | SimpleFrequencyScaling (Numeric exp, Numeric expm1, Numeric F0_, Numeric T_) |
SimpleFrequencyScaling (Numeric F0_, Numeric T_) noexcept | |
Numeric | dNdT (Numeric t_, Numeric f) const ARTS_NOEXCEPT |
Numeric | dNdf (Numeric f) const noexcept |
constexpr Numeric | dNdF0 () const noexcept |
Numeric | operator() (Numeric f) noexcept |
Public Attributes | |
Numeric | N |
Numeric | T |
Numeric | F0 |
Numeric | expF0 |
Numeric | expm1F0 |
Definition at line 340 of file lineshape.h.
|
inlineconstexpr |
Definition at line 348 of file lineshape.h.
|
inlinenoexcept |
Definition at line 354 of file lineshape.h.
Definition at line 1904 of file lineshape.cc.
References Constant::h, Constant::k, and N.
|
inlineconstexprnoexcept |
Definition at line 364 of file lineshape.h.
References Constant::h, Constant::k, and N.
Definition at line 1886 of file lineshape.cc.
References ARTS_ASSERT, Constant::h, Constant::k, and N.
Definition at line 1911 of file lineshape.cc.
References Constant::h, Constant::k, and N.
Numeric LineShape::SimpleFrequencyScaling::expF0 |
Definition at line 345 of file lineshape.h.
Numeric LineShape::SimpleFrequencyScaling::expm1F0 |
Definition at line 346 of file lineshape.h.
Numeric LineShape::SimpleFrequencyScaling::F0 |
Definition at line 344 of file lineshape.h.
Numeric LineShape::SimpleFrequencyScaling::N |
Definition at line 341 of file lineshape.h.
Numeric LineShape::SimpleFrequencyScaling::T |
Definition at line 343 of file lineshape.h.