prefix_sum_real32 Function

public pure function prefix_sum_real32(vec) result(ret)

Arguments

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

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