#include "sll_assert.h"
#include "sll_working_precision.h"
Go to the source code of this file.
|
real(kind=f64) function | gauss_legendre_integral_1d (f, a, b, n) |
| Gauss-Legendre Quadrature. More...
|
|
real(kind=f64) function, dimension(2, 1:npoints), public | sll_f_gauss_legendre_points_and_weights (npoints, a, b) |
| Returns a 2d array of size (2,npoints) containing gauss-legendre points and weights in the interval [a,b]. More...
|
|
real(kind=f64) function, dimension(1:npoints), public | sll_f_gauss_legendre_points (npoints, a, b) |
|
real(kind=f64) function, dimension(1:npoints), public | sll_f_gauss_legendre_weights (npoints, a, b) |
|
◆ SELECT_CASES