cumsum Interface

public interface cumsum

Calls

interface~~cumsum~~CallsGraph interface~cumsum cumsum proc~cumsum_i cumsum_i interface~cumsum->proc~cumsum_i proc~cumsum_r cumsum_r interface~cumsum->proc~cumsum_r proc~cumsum_i->proc~cumsum_i proc~cumsum_r->proc~cumsum_r

Contents


Module Procedures

public recursive function cumsum_r(arr, seed) result(ans)

Arguments

Type IntentOptional AttributesName
real(kind=SP), intent(in), DIMENSION(:):: arr
real(kind=SP), intent(in), optional :: seed

Return Value real(kind=SP), DIMENSION(size(arr))

public recursive function cumsum_i(arr, seed) result(ans)

Arguments

Type IntentOptional AttributesName
integer(kind=I4B), intent(in), DIMENSION(:):: arr
integer(kind=I4B), intent(in), optional :: seed

Return Value integer(kind=I4B), DIMENSION(size(arr))