Modules | |
| module | mod_math_legendre |
| Legendre integration. | |
Functions/Subroutines | |
| subroutine | mod_math_legendre::evaluate_legendre_points_and_weights (points, weights) |
| subroutine | mod_math_legendre::evaluate_zero_legendre_and_derivative (n, legendre0, derivative0) |
| Evaluate the Legendre polynomial of degree n and its derivative at the point 0. | |
| subroutine | mod_math_legendre::compute_legendre_first_root_and_derivative (n, legendre0, root, derivative) |
| Compute the first positive root of Legendre polynomial of degree n and its derivative at 0. | |
| double precision function | mod_math_legendre::legendre_get_next_root_approximation (n, root) |