prefix_sum_complex64 Function

public pure function prefix_sum_complex64(vec) result(ret)

Arguments

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

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