conjgt Interface

public interface conjgt

Contents


Module Procedures

private elemental function conjgt_real_dp(x) result(res)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: x

Return Value real(kind=dp)

private elemental function conjgt_real_sp(x) result(res)

Arguments

Type IntentOptional Attributes Name
real(kind=sp), intent(in) :: x

Return Value real(kind=sp)

private elemental function conjgt_complex_dp(x) result(res)

Arguments

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

Return Value complex(kind=dp)

private elemental function conjgt_complex_sp(x) result(res)

Arguments

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

Return Value complex(kind=sp)