gauss_legendre 接口

public interface gauss_legendre

计算高斯-勒让德求积节点和权重。


子程序

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

参数

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