Go to the documentation of this file.
21 #include <sys/types.h>
25 #include <sys/times.h>
34 std::cout <<
x << std::endl;
35 std::cout <<
w << std::endl << std::endl;
38 int main(
int argc,
char *argv[]) {
43 cerr <<
"Usage: " << argv[0] <<
" l m x" << endl;
49 x = strtod(argv[3], NULL);
52 cout <<
"l = " << l <<
" m = " << m <<
" x = " <<
x << endl;
57 }
catch (
const std::runtime_error &e) {
int main(int argc, char *argv[])
The declarations of all the exception classes.
Complex w(Complex z) noexcept
The Faddeeva function.
Contains the code to calculate Legendre polynomials.
bool gsl_integration_glfixed_table_alloc(Vector &x, Vector &w, Index n)
gsl_integration_glfixed_table_alloc
Numeric legendre_poly_norm_schmidt(Index l, Index m, Numeric x)
legendre_poly_norm_schmidt
Numeric legendre_poly_norm_schmidt_deriv(Index l, Index m, Numeric x)
legendre_poly_norm_schmidt_deriv
Numeric legendre_poly_deriv(Index l, Index m, Numeric x)
legendre_poly_deriv
NUMERIC Numeric
The type to use for all floating point numbers.
Numeric legendre_poly(Index l, Index m, Numeric x)
legendre_poly
Vector x(Workspace &ws) noexcept
INDEX Index
The type to use for all integer numbers and indices.
The global header file for ARTS.