ARTS 2.5.9 (git: 825fa5f2)
|
#include <lineshape.h>
Public Member Functions | |
VanVleckHuber (Numeric F0, Numeric T) noexcept | |
Numeric | dNdT (Numeric T, Numeric f) const noexcept |
Numeric | dNdf (Numeric f) const noexcept |
Numeric | dNdF0 () const noexcept |
Numeric | operator() (Numeric f) noexcept |
Public Attributes | |
Numeric | N |
Numeric | c1 |
Numeric | tanh_c1f0 |
Numeric | inv_denom |
Numeric | tanh_c1f |
Definition at line 286 of file lineshape.h.
Definition at line 1829 of file lineshape.cc.
Definition at line 1840 of file lineshape.cc.
|
noexcept |
Definition at line 1833 of file lineshape.cc.
Definition at line 1852 of file lineshape.cc.
References N.
Numeric LineShape::VanVleckHuber::c1 |
Definition at line 289 of file lineshape.h.
Referenced by dNdF0().
Numeric LineShape::VanVleckHuber::inv_denom |
Definition at line 291 of file lineshape.h.
Referenced by dNdF0().
Numeric LineShape::VanVleckHuber::N |
Definition at line 287 of file lineshape.h.
Referenced by dNdF0().
Numeric LineShape::VanVleckHuber::tanh_c1f |
Definition at line 292 of file lineshape.h.
Numeric LineShape::VanVleckHuber::tanh_c1f0 |
Definition at line 290 of file lineshape.h.
Referenced by dNdF0().