ARTS 2.5.9 (git: 825fa5f2)
|
#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 324 of file lineshape.h.
Definition at line 1858 of file lineshape.cc.
Definition at line 1873 of file lineshape.cc.
References fac().
|
noexcept |
Definition at line 1877 of file lineshape.cc.
Definition at line 1869 of file lineshape.cc.
Definition at line 1881 of file lineshape.cc.
Numeric LineShape::RosenkranzQuadratic::dfacdF0 |
Definition at line 329 of file lineshape.h.
Referenced by dNdF0().
Numeric LineShape::RosenkranzQuadratic::dfacdT |
Definition at line 328 of file lineshape.h.
Numeric LineShape::RosenkranzQuadratic::fac |
Definition at line 327 of file lineshape.h.
Referenced by dNdF0().
Numeric LineShape::RosenkranzQuadratic::N |
Definition at line 325 of file lineshape.h.
Referenced by dNdF0().