gauss_legendre_lobatto 接口

public interface gauss_legendre_lobatto

计算 Gauss-Legendre-Lobatto 求积节点和权重。


子例程

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

参数

类型 意图可选 属性 名称
real(kind=dp), intent(out) :: x(:)
real(kind=dp), intent(out) :: w(:)
real(kind=dp), intent(in), optional :: interval(2)