0.6.2-dev0
FORCES
FORtran lib for Comp. Env. Sys.
Loading...
Searching...
No Matches
mo_kernel::trapzd Interface Reference

Public Member Functions

subroutine trapzd_dp (kernel, x, h, a, b, res, n)
 
subroutine trapzd_sp (kernel, x, h, a, b, res, n)
 

Detailed Description

Definition at line 435 of file mo_kernel.f90.

Member Function/Subroutine Documentation

◆ trapzd_dp()

subroutine mo_kernel::trapzd::trapzd_dp ( external real(dp) function, dimension(:), allocatable(real(dp), dimension(:), intent(in) ix, real(dp), intent(in), optional hh, logical, intent(in), optional silverman, real(dp), dimension(:), intent(in), optional xout, logical, dimension(:), intent(in), optional mask, real(dp), intent(in), optional nodata)  kernel,
real(dp), dimension(:), intent(in)  x,
real(dp), intent(in)  h,
real(dp), intent(in)  a,
real(dp), intent(in)  b,
real(dp), intent(inout)  res,
integer(i4), intent(in)  n 
)

Definition at line 2558 of file mo_kernel.f90.

◆ trapzd_sp()

subroutine mo_kernel::trapzd::trapzd_sp ( external real(sp) function, dimension(:), allocatable(real(sp), dimension(:), intent(in) ix, real(sp), intent(in), optional hh, logical, intent(in), optional silverman, real(sp), dimension(:), intent(in), optional xout, logical, dimension(:), intent(in), optional mask, real(sp), intent(in), optional nodata)  kernel,
real(sp), dimension(:), intent(in)  x,
real(sp), intent(in)  h,
real(sp), intent(in)  a,
real(sp), intent(in)  b,
real(sp), intent(inout)  res,
integer(i4), intent(in)  n 
)

Definition at line 2599 of file mo_kernel.f90.


The documentation for this interface was generated from the following file: