yaeos
User documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
operator (.ne.)
Interface
MPL
7 statements
Source File
hyperdual.f90
hyperdual_mod
operator (.ne.)
Contents
Module Procedures
ne_dd
ne_dr
ne_rd
ne_di
ne_id
public interface operator (.ne.)
Module Procedures
public function
ne_dd
(lhs, rhs)
Arguments
Type
Intent
Optional
Attributes
Name
type(
hyperdual
),
intent(in)
::
lhs
type(
hyperdual
),
intent(in)
::
rhs
Return Value
logical
public function
ne_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
ne_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
ne_di
(lhs, rhs)
Arguments
Type
Intent
Optional
Attributes
Name
type(
hyperdual
),
intent(in)
::
lhs
integer,
intent(in)
::
rhs
Return Value
logical
public function
ne_id
(lhs, rhs)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
lhs
type(
hyperdual
),
intent(in)
::
rhs
Return Value
logical