prefix_sum_real64 Function

public pure function prefix_sum_real64(vec) result(ret)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: vec(:)

Return Value real(kind=real64), allocatable, (:)