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) {
INDEX Index
The type to use for all integer numbers and indices.
Numeric legendre_poly_norm_schmidt_deriv(Index l, Index m, Numeric x)
legendre_poly_norm_schmidt_deriv
Contains the code to calculate Legendre polynomials.
cmplx FADDEEVA() w(cmplx z, double relerr)
Numeric legendre_poly_norm_schmidt(Index l, Index m, Numeric x)
legendre_poly_norm_schmidt
The global header file for ARTS.
The declarations of all the exception classes.
NUMERIC Numeric
The type to use for all floating point numbers.
bool gsl_integration_glfixed_table_alloc(Vector &x, Vector &w, Index n)
gsl_integration_glfixed_table_alloc
Numeric legendre_poly_deriv(Index l, Index m, Numeric x)
legendre_poly_deriv
int main(int argc, char *argv[])
Numeric legendre_poly(Index l, Index m, Numeric x)
legendre_poly