MAMMA
1.0
Conduitsolver
|
Public Member Functions | |
logical function | ne_cc (lhs, rhs) |
logical function | ne_rr (lhs, rhs) |
logical function | ne_ii (lhs, rhs) |
logical function | ne_aa (lhs, rhs) |
logical function | ne_cr (lhs, rhs) |
logical function | ne_rc (lhs, rhs) |
logical function | ne_ci (lhs, rhs) |
logical function | ne_ic (lhs, rhs) |
logical function | ne_ir (lhs, rhs) |
logical function | ne_ri (lhs, rhs) |
Definition at line 220 of file complexify.f90.
logical function complexify::operator(.cne.)::ne_aa | ( | character(len=*), intent(in) | lhs, |
character(len=*), intent(in) | rhs | ||
) |
Definition at line 740 of file complexify.f90.
logical function complexify::operator(.cne.)::ne_cc | ( | complex*16, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 728 of file complexify.f90.
logical function complexify::operator(.cne.)::ne_ci | ( | complex*16, intent(in) | lhs, |
integer, intent(in) | rhs | ||
) |
Definition at line 754 of file complexify.f90.
logical function complexify::operator(.cne.)::ne_cr | ( | complex*16, intent(in) | lhs, |
real*8, intent(in) | rhs | ||
) |
Definition at line 744 of file complexify.f90.
logical function complexify::operator(.cne.)::ne_ic | ( | integer, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 759 of file complexify.f90.
logical function complexify::operator(.cne.)::ne_ii | ( | integer, intent(in) | lhs, |
integer, intent(in) | rhs | ||
) |
Definition at line 736 of file complexify.f90.
logical function complexify::operator(.cne.)::ne_ir | ( | integer, intent(in) | lhs, |
real*8, intent(in) | rhs | ||
) |
Definition at line 764 of file complexify.f90.
logical function complexify::operator(.cne.)::ne_rc | ( | real*8, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 749 of file complexify.f90.
logical function complexify::operator(.cne.)::ne_ri | ( | real*8, intent(in) | lhs, |
integer, intent(in) | rhs | ||
) |
Definition at line 769 of file complexify.f90.
logical function complexify::operator(.cne.)::ne_rr | ( | real*8, intent(in) | lhs, |
real*8, intent(in) | rhs | ||
) |
Definition at line 732 of file complexify.f90.