yaeos
User documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
operator (.ge.)
Interface
MPL
7 statements
Source File
hyperdual.f90
hyperdual_mod
operator (.ge.)
Contents
Module Procedures
ge_dd
ge_dr
ge_rd
ge_di
ge_id
public interface operator (.ge.)
Module Procedures
public function
ge_dd
(lhs, rhs)
Arguments
Type
Intent
Optional
Attributes
Name
type(
hyperdual
),
intent(in)
::
lhs
type(
hyperdual
),
intent(in)
::
rhs
Return Value
logical
public function
ge_dr
(lhs, rhs)
Arguments
Type
Intent
Optional
Attributes
Name
type(
hyperdual
),
intent(in)
::
lhs
real(kind=pr),
intent(in)
::
rhs
Return Value
logical
public function
ge_rd
(lhs, rhs)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=pr),
intent(in)
::
lhs
type(
hyperdual
),
intent(in)
::
rhs
Return Value
logical
public function
ge_di
(lhs, rhs)
Arguments
Type
Intent
Optional
Attributes
Name
type(
hyperdual
),
intent(in)
::
lhs
integer,
intent(in)
::
rhs
Return Value
logical
public function
ge_id
(lhs, rhs)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
lhs
type(
hyperdual
),
intent(in)
::
rhs
Return Value
logical