arth Interface

public interface arth

Calls

interface~~arth~~CallsGraph interface~arth arth proc~arth_r arth_r interface~arth->proc~arth_r proc~arth_i arth_i interface~arth->proc~arth_i proc~arth_d arth_d interface~arth->proc~arth_d

Contents


Module Procedures

public function arth_r(first, increment, n)

Arguments

Type IntentOptional AttributesName
real(kind=SP), intent(in) :: first
real(kind=SP), intent(in) :: increment
integer(kind=I4B), intent(in) :: n

Return Value real(kind=SP), DIMENSION(n)

public function arth_d(first, increment, n)

Arguments

Type IntentOptional AttributesName
real(kind=DP), intent(in) :: first
real(kind=DP), intent(in) :: increment
integer(kind=I4B), intent(in) :: n

Return Value real(kind=DP), DIMENSION(n)

public function arth_i(first, increment, n)

Arguments

Type IntentOptional AttributesName
integer(kind=I4B), intent(in) :: first
integer(kind=I4B), intent(in) :: increment
integer(kind=I4B), intent(in) :: n

Return Value integer(kind=I4B), DIMENSION(n)