gauss_legendre Interface

public interface gauss_legendre

Computes Gauss-Legendre quadrature nodes and weights.


Subroutines

private pure module subroutine gauss_legendre_fp64(x, w, interval)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(out) :: x(:)
real(kind=dp), intent(out) :: w(:)
real(kind=dp), intent(in), optional :: interval(2)