sign Interface

public interface sign

Calls

interface~~sign~~CallsGraph interface~sign sign proc~sign_dd sign_dd interface~sign->proc~sign_dd proc~sign_dr sign_dr interface~sign->proc~sign_dr proc~sign_rd sign_rd interface~sign->proc~sign_rd

Module Procedures

public elemental function sign_dd(v1, v2) result(v3)

Arguments

Type IntentOptional Attributes Name
type(hyperdual), intent(in) :: v1
type(hyperdual), intent(in) :: v2

Return Value type(hyperdual)

public elemental function sign_dr(v1, v2) result(v3)

Arguments

Type IntentOptional Attributes Name
type(hyperdual), intent(in) :: v1
real(kind=pr), intent(in) :: v2

Return Value type(hyperdual)

public elemental function sign_rd(v1, v2) result(v3)

Arguments

Type IntentOptional Attributes Name
real(kind=pr), intent(in) :: v1
type(hyperdual), intent(in) :: v2

Return Value type(hyperdual)