cumsum_complex_dp Function

private pure function cumsum_complex_dp(X) result(Y)

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in) :: X(:)

Return Value complex(kind=dp), (size(X))


Contents