cumsum_complex_sp Function

private pure function cumsum_complex_sp(X) result(Y)

Arguments

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

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


Contents