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