ARTS 2.5.11 (git: 725533f0)
|
#include <lineshape.h>
Public Member Functions | |
RosenkranzQuadratic (Numeric F0, Numeric T) noexcept | |
Numeric | dNdT (Numeric, Numeric f) const noexcept |
Numeric | dNdf (Numeric f) const noexcept |
Numeric | dNdF0 () const noexcept |
Numeric | operator() (Numeric f) noexcept |
Public Attributes | |
Numeric | N |
Numeric | fac |
Numeric | dfacdT |
Numeric | dfacdF0 |
Definition at line 338 of file lineshape.h.
|
noexcept |
Definition at line 1862 of file lineshape.cc.
|
noexcept |
Definition at line 1877 of file lineshape.cc.
References fac().
|
noexcept |
Definition at line 1881 of file lineshape.cc.
|
noexcept |
Definition at line 1873 of file lineshape.cc.
|
noexcept |
Definition at line 1885 of file lineshape.cc.
References fac().
Numeric LineShape::RosenkranzQuadratic::dfacdF0 |
Definition at line 343 of file lineshape.h.
Referenced by dNdF0().
Numeric LineShape::RosenkranzQuadratic::dfacdT |
Definition at line 342 of file lineshape.h.
Numeric LineShape::RosenkranzQuadratic::fac |
Definition at line 341 of file lineshape.h.
Referenced by dNdF0().
Numeric LineShape::RosenkranzQuadratic::N |
Definition at line 339 of file lineshape.h.
Referenced by dNdF0().