Go to the documentation of this file.
75 for (
Index l = 1; l <= 10; l++)
78 for (
Index m = 0; m <= l; m++)
83 Index j = l * (l + 1) / 2 + m - 1;
const Numeric EARTH_RADIUS
Contains the code to calculate Legendre polynomials.
Numeric g_legendre_poly_norm_schmidt_deriv3(Index l, Index m, Numeric x)
g_legendre_poly_norm_schmidt_deriv3
void xml_read_from_file(const String &filename, T &type, const Verbosity &verbosity)
Reads data from XML file.
void magfield_nk(Numeric &B_r, Numeric &B_th, Numeric &B_ph, const Numeric r, const Numeric theta, const Numeric phi, const Index Ny, const Verbosity &verbosity)
NUMERIC Numeric
The type to use for all floating point numbers.
Numeric g_legendre_poly_norm_schmidt(Index l, Index m, Numeric x)
g_legendre_poly_norm_schmidt
INDEX Index
The type to use for all integer numbers and indices.
The global header file for ARTS.
This file contains basic functions to handle XML data files.