trapzd Interface

interface
public subroutine trapzd(func, a, b, s, n)

Arguments

Type IntentOptional AttributesName
function func(x)
Arguments
Type IntentOptional AttributesName
real(kind=SP), intent(in), DIMENSION(:):: x
Return Value real(kind=SP), DIMENSION(size(x))
real(kind=SP), intent(in) :: a
real(kind=SP), intent(in) :: b
real(kind=SP), intent(inout) :: s
integer(kind=I4B), intent(in) :: n