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;
INDEX Index
The type to use for all integer numbers and indices.
const Numeric EARTH_RADIUS
Contains the code to calculate Legendre polynomials.
This file contains basic functions to handle XML data files.
Numeric g_legendre_poly_norm_schmidt(Index l, Index m, Numeric x)
g_legendre_poly_norm_schmidt
The global header file for ARTS.
Numeric g_legendre_poly_norm_schmidt_deriv3(Index l, Index m, Numeric x)
g_legendre_poly_norm_schmidt_deriv3
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)
void xml_read_from_file(const String &filename, T &type, const Verbosity &verbosity)
Reads data from XML file.
NUMERIC Numeric
The type to use for all floating point numbers.
Implementation of Matrix, Vector, and such stuff.
Numeric pow(const Rational base, Numeric exp)
Power of.