Calculates the nodes and weights to perform Gauss-Legendre quadrature on the interval [-1, 1]
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=FP), | intent(out) | :: | x(:) |
Quadrature nodes |
||
| real(kind=FP), | intent(out) | :: | w(:) |
Quadrature weights |
Calculates the nodes and weights to perform Gauss-Laguerre quadrature on the interval [0, infinity)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=FP), | intent(out) | :: | x(:) |
Quadrature nodes |
||
| real(kind=FP), | intent(out) | :: | w(:) |
Quadrature weights |