ARTS
2.3.1285(git:92a29ea9-dirty)
|
Contains the line function data class. More...
#include "linefunctiondata.h"
Go to the source code of this file.
Macros | |
#define | ReturnJacPropMatType(ID) |
Functions | |
ArrayOfString | all_coefficientsLineFunctionData () |
{"X0", "X1", "X2"} More... | |
ArrayOfString | all_variablesLineFunctionData () |
{"G0", "D0", "G2", "D2", "ETA", "FVC", "Y", "G", "DV"} More... | |
JacPropMatType | select_derivativeLineShape (const String &var, const String &coeff) |
Select the derivative that will be used in Jacobian calculations — also checks validity of var and coeff. More... | |
#define ReturnJacPropMatType | ( | ID | ) |
ArrayOfString all_coefficientsLineFunctionData | ( | ) |
{"X0", "X1", "X2"}
Definition at line 33 of file linefunctiondata.cc.
Referenced by select_derivativeLineShape().
ArrayOfString all_variablesLineFunctionData | ( | ) |
{"G0", "D0", "G2", "D2", "ETA", "FVC", "Y", "G", "DV"}
Definition at line 36 of file linefunctiondata.cc.
Referenced by select_derivativeLineShape().
JacPropMatType select_derivativeLineShape | ( | const String & | var, |
const String & | coeff | ||
) |
Select the derivative that will be used in Jacobian calculations — also checks validity of var and coeff.
Return the derivative type based on string input.
Definition at line 38 of file linefunctiondata.cc.
Referenced by jacobianAddShapeCatalogParameter().