Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
gauss_legendre_lobatto
Interface
experimental
6 statements
Source File
stdlib_quadrature.fypp
stdlib_quadrature
gauss_legendre_lobatto
Contents
Subroutines
gauss_legendre_lobatto_fp64
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
Intent
Optional
Attributes
Name
real(kind=dp),
intent(out)
::
x
(:)
real(kind=dp),
intent(out)
::
w
(:)
real(kind=dp),
intent(in),
optional
::
interval
(2)