acsc Interface

public interface acsc

Calls

interface~~acsc~~CallsGraph interface~acsc acsc proc~acsc_r ACSC_r interface~acsc->proc~acsc_r proc~acsc_c ACSC_c interface~acsc->proc~acsc_c

Contents


Module Procedures

public elemental function ACSC_r(Y) result(acsc)

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in) :: Y

Return Value real(kind=wp)

public elemental function ACSC_c(Z) result(acsc)

Arguments

Type IntentOptional AttributesName
complex(kind=wp), intent(in) :: Z

Return Value complex(kind=wp)