gauss_legendre_lobatto Interface

public interface gauss_legendre_lobatto

Computes Gauss-Legendre-Lobatto quadrature nodes and weights.


Subroutines

private pure module subroutine gauss_legendre_lobatto_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)