Fortran-lang/stdlib
贡献和规范
源文件
模块
过程
抽象接口
派生类型
gauss_legendre
接口
实验性
6 个语句
源文件
stdlib_quadrature.fypp
stdlib_quadrature
gauss_legendre
内容
子程序
gauss_legendre_fp64
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)