uplo_is_valid Function

private pure function uplo_is_valid(uplo)

Checks whether the given uplo parameter is valid.

Arguments

TypeIntentOptionalAttributesName
character, intent(in) :: uplo

uplo character to check

Return Value logical


Contents

None