operator (.gt.) Interface

public interface operator (.gt.)

Module Procedures

public function gt_dd(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
type(hyperdual), intent(in) :: lhs
type(hyperdual), intent(in) :: rhs

Return Value logical

public function gt_dr(lhs, rhs)

Arguments

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

Return Value logical

public function gt_rd(lhs, rhs)

Arguments

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

Return Value logical

public function gt_di(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
type(hyperdual), intent(in) :: lhs
integer, intent(in) :: rhs

Return Value logical

public function gt_id(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: lhs
type(hyperdual), intent(in) :: rhs

Return Value logical