MAMMA
1.0
Conduitsolver
|
Data Types | |
interface | abs |
interface | acos |
interface | asin |
interface | atan |
interface | atan2 |
interface | cosh |
interface | dim |
interface | epsilon |
interface | log10 |
interface | max |
interface | min |
interface | nint |
interface | operator(.ceq.) |
interface | operator(.cne.) |
interface | operator(<) |
interface | operator(<=) |
interface | operator(>) |
interface | operator(>=) |
interface | sign |
interface | sinh |
interface | tan |
interface | tanh |
Functions/Subroutines | |
complex *16 function | abs_c (val) |
complex *16 function | acos_c (z) |
complex *16 function | asin_c (z) |
complex *16 function | atan_c (z) |
complex *16 function | atan2_cc (csn, ccs) |
complex *16 function | cosh_c (z) |
complex *16 function | sinh_c (z) |
complex *16 function | tan_c (z) |
complex *16 function | tanh_c (a) |
complex *16 function | max_cc (val1, val2) |
complex *16 function | max_cr (val1, val2) |
complex *16 function | max_rc (val1, val2) |
complex *16 function | max_ccc (val1, val2, val3) |
complex *16 function | max_cccc (val1, val2, val3, val4) |
complex *16 function | min_cc (val1, val2) |
complex *16 function | min_cr (val1, val2) |
complex *16 function | min_rc (val1, val2) |
complex *16 function | min_ccc (val1, val2, val3) |
complex *16 function | min_cccc (val1, val2, val3, val4) |
complex *16 function | sign_cc (val1, val2) |
complex *16 function | sign_cr (val1, val2) |
complex *16 function | sign_rc (val1, val2) |
complex *16 function | dim_cc (val1, val2) |
complex *16 function | dim_cr (val1, val2) |
complex *16 function | dim_rc (val1, val2) |
complex *16 function | log10_c (z) |
integer function | nint_c (z) |
complex *16 function | epsilon_c (z) |
logical function | lt_cc (lhs, rhs) |
logical function | lt_cr (lhs, rhs) |
logical function | lt_rc (lhs, rhs) |
logical function | lt_ci (lhs, rhs) |
logical function | lt_ic (lhs, rhs) |
logical function | le_cc (lhs, rhs) |
logical function | le_cr (lhs, rhs) |
logical function | le_rc (lhs, rhs) |
logical function | le_ci (lhs, rhs) |
logical function | le_ic (lhs, rhs) |
logical function | gt_cc (lhs, rhs) |
logical function | gt_cr (lhs, rhs) |
logical function | gt_rc (lhs, rhs) |
logical function | gt_ci (lhs, rhs) |
logical function | gt_ic (lhs, rhs) |
logical function | ge_cc (lhs, rhs) |
logical function | ge_rr (lhs, rhs) |
logical function | ge_ii (lhs, rhs) |
logical function | ge_aa (lhs, rhs) |
logical function | ge_cr (lhs, rhs) |
logical function | ge_rc (lhs, rhs) |
logical function | ge_ci (lhs, rhs) |
logical function | ge_ic (lhs, rhs) |
logical function | ge_ir (lhs, rhs) |
logical function | ge_ri (lhs, rhs) |
logical function | eq_cc (lhs, rhs) |
logical function | eq_rr (lhs, rhs) |
logical function | eq_ii (lhs, rhs) |
logical function | eq_aa (lhs, rhs) |
logical function | eq_cr (lhs, rhs) |
logical function | eq_rc (lhs, rhs) |
logical function | eq_ci (lhs, rhs) |
logical function | eq_ic (lhs, rhs) |
logical function | eq_ir (lhs, rhs) |
logical function | eq_ri (lhs, rhs) |
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) |
complex*16 function complexify::abs_c | ( | complex*16, intent(in) | val | ) |
Definition at line 243 of file complexify.f90.
complex*16 function complexify::acos_c | ( | complex*16, intent(in) | z | ) |
Definition at line 251 of file complexify.f90.
complex*16 function complexify::asin_c | ( | complex*16, intent(in) | z | ) |
Definition at line 260 of file complexify.f90.
complex*16 function complexify::atan2_cc | ( | complex*16, intent(in) | csn, |
complex*16, intent(in) | ccs | ||
) |
Definition at line 278 of file complexify.f90.
complex*16 function complexify::atan_c | ( | complex*16, intent(in) | z | ) |
Definition at line 269 of file complexify.f90.
complex*16 function complexify::cosh_c | ( | complex*16, intent(in) | z | ) |
Definition at line 292 of file complexify.f90.
complex*16 function complexify::dim_cc | ( | complex*16, intent(in) | val1, |
complex*16, intent(in) | val2 | ||
) |
Definition at line 502 of file complexify.f90.
complex*16 function complexify::dim_cr | ( | complex*16, intent(in) | val1, |
real*8, intent(in) | val2 | ||
) |
Definition at line 512 of file complexify.f90.
complex*16 function complexify::dim_rc | ( | real*8, intent(in) | val1, |
complex*16, intent(in) | val2 | ||
) |
Definition at line 523 of file complexify.f90.
complex*16 function complexify::epsilon_c | ( | complex*16, intent(in) | z | ) |
Definition at line 547 of file complexify.f90.
logical function complexify::eq_aa | ( | character(len=*), intent(in) | lhs, |
character(len=*), intent(in) | rhs | ||
) |
Definition at line 692 of file complexify.f90.
logical function complexify::eq_cc | ( | complex*16, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 680 of file complexify.f90.
logical function complexify::eq_ci | ( | complex*16, intent(in) | lhs, |
integer, intent(in) | rhs | ||
) |
Definition at line 706 of file complexify.f90.
logical function complexify::eq_cr | ( | complex*16, intent(in) | lhs, |
real*8, intent(in) | rhs | ||
) |
Definition at line 696 of file complexify.f90.
logical function complexify::eq_ic | ( | integer, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 711 of file complexify.f90.
logical function complexify::eq_ii | ( | integer, intent(in) | lhs, |
integer, intent(in) | rhs | ||
) |
Definition at line 688 of file complexify.f90.
logical function complexify::eq_ir | ( | integer, intent(in) | lhs, |
real*8, intent(in) | rhs | ||
) |
Definition at line 716 of file complexify.f90.
logical function complexify::eq_rc | ( | real*8, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 701 of file complexify.f90.
logical function complexify::eq_ri | ( | real*8, intent(in) | lhs, |
integer, intent(in) | rhs | ||
) |
Definition at line 721 of file complexify.f90.
logical function complexify::eq_rr | ( | real*8, intent(in) | lhs, |
real*8, intent(in) | rhs | ||
) |
Definition at line 684 of file complexify.f90.
logical function complexify::ge_aa | ( | character(len=*), intent(in) | lhs, |
character(len=*), intent(in) | rhs | ||
) |
Definition at line 644 of file complexify.f90.
logical function complexify::ge_cc | ( | complex*16, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 632 of file complexify.f90.
logical function complexify::ge_ci | ( | complex*16, intent(in) | lhs, |
integer, intent(in) | rhs | ||
) |
Definition at line 658 of file complexify.f90.
logical function complexify::ge_cr | ( | complex*16, intent(in) | lhs, |
real*8, intent(in) | rhs | ||
) |
Definition at line 648 of file complexify.f90.
logical function complexify::ge_ic | ( | integer, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 663 of file complexify.f90.
logical function complexify::ge_ii | ( | integer, intent(in) | lhs, |
integer, intent(in) | rhs | ||
) |
Definition at line 640 of file complexify.f90.
logical function complexify::ge_ir | ( | integer, intent(in) | lhs, |
real*8, intent(in) | rhs | ||
) |
Definition at line 668 of file complexify.f90.
logical function complexify::ge_rc | ( | real*8, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 653 of file complexify.f90.
logical function complexify::ge_ri | ( | real*8, intent(in) | lhs, |
integer, intent(in) | rhs | ||
) |
Definition at line 673 of file complexify.f90.
logical function complexify::ge_rr | ( | real*8, intent(in) | lhs, |
real*8, intent(in) | rhs | ||
) |
Definition at line 636 of file complexify.f90.
logical function complexify::gt_cc | ( | complex*16, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 605 of file complexify.f90.
logical function complexify::gt_ci | ( | complex*16, intent(in) | lhs, |
integer, intent(in) | rhs | ||
) |
Definition at line 619 of file complexify.f90.
logical function complexify::gt_cr | ( | complex*16, intent(in) | lhs, |
real*8, intent(in) | rhs | ||
) |
Definition at line 609 of file complexify.f90.
logical function complexify::gt_ic | ( | integer, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 624 of file complexify.f90.
logical function complexify::gt_rc | ( | real*8, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 614 of file complexify.f90.
logical function complexify::le_cc | ( | complex*16, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 579 of file complexify.f90.
logical function complexify::le_ci | ( | complex*16, intent(in) | lhs, |
integer, intent(in) | rhs | ||
) |
Definition at line 593 of file complexify.f90.
logical function complexify::le_cr | ( | complex*16, intent(in) | lhs, |
real*8, intent(in) | rhs | ||
) |
Definition at line 583 of file complexify.f90.
logical function complexify::le_ic | ( | integer, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 598 of file complexify.f90.
logical function complexify::le_rc | ( | real*8, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 588 of file complexify.f90.
complex*16 function complexify::log10_c | ( | complex*16, intent(in) | z | ) |
Definition at line 535 of file complexify.f90.
logical function complexify::lt_cc | ( | complex*16, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 553 of file complexify.f90.
logical function complexify::lt_ci | ( | complex*16, intent(in) | lhs, |
integer, intent(in) | rhs | ||
) |
Definition at line 567 of file complexify.f90.
logical function complexify::lt_cr | ( | complex*16, intent(in) | lhs, |
real*8, intent(in) | rhs | ||
) |
Definition at line 557 of file complexify.f90.
logical function complexify::lt_ic | ( | integer, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 572 of file complexify.f90.
logical function complexify::lt_rc | ( | real*8, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 562 of file complexify.f90.
complex*16 function complexify::max_cc | ( | complex*16, intent(in) | val1, |
complex*16, intent(in) | val2 | ||
) |
Definition at line 328 of file complexify.f90.
complex*16 function complexify::max_ccc | ( | complex*16, intent(in) | val1, |
complex*16, intent(in) | val2, | ||
complex*16, intent(in) | val3 | ||
) |
Definition at line 360 of file complexify.f90.
complex*16 function complexify::max_cccc | ( | complex*16, intent(in) | val1, |
complex*16, intent(in) | val2, | ||
complex*16, intent(in) | val3, | ||
complex*16, intent(in) | val4 | ||
) |
Definition at line 373 of file complexify.f90.
complex*16 function complexify::max_cr | ( | complex*16, intent(in) | val1, |
real*8, intent(in) | val2 | ||
) |
Definition at line 338 of file complexify.f90.
complex*16 function complexify::max_rc | ( | real*8, intent(in) | val1, |
complex*16, intent(in) | val2 | ||
) |
Definition at line 349 of file complexify.f90.
complex*16 function complexify::min_cc | ( | complex*16, intent(in) | val1, |
complex*16, intent(in) | val2 | ||
) |
Definition at line 394 of file complexify.f90.
complex*16 function complexify::min_ccc | ( | complex*16, intent(in) | val1, |
complex*16, intent(in) | val2, | ||
complex*16, intent(in) | val3 | ||
) |
Definition at line 426 of file complexify.f90.
complex*16 function complexify::min_cccc | ( | complex*16, intent(in) | val1, |
complex*16, intent(in) | val2, | ||
complex*16, intent(in) | val3, | ||
complex*16, intent(in) | val4 | ||
) |
Definition at line 440 of file complexify.f90.
complex*16 function complexify::min_cr | ( | complex*16, intent(in) | val1, |
real*8, intent(in) | val2 | ||
) |
Definition at line 404 of file complexify.f90.
complex*16 function complexify::min_rc | ( | real*8, intent(in) | val1, |
complex*16, intent(in) | val2 | ||
) |
Definition at line 415 of file complexify.f90.
logical function complexify::ne_aa | ( | character(len=*), intent(in) | lhs, |
character(len=*), intent(in) | rhs | ||
) |
Definition at line 740 of file complexify.f90.
logical function complexify::ne_cc | ( | complex*16, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 728 of file complexify.f90.
logical function complexify::ne_ci | ( | complex*16, intent(in) | lhs, |
integer, intent(in) | rhs | ||
) |
Definition at line 754 of file complexify.f90.
logical function complexify::ne_cr | ( | complex*16, intent(in) | lhs, |
real*8, intent(in) | rhs | ||
) |
Definition at line 744 of file complexify.f90.
logical function complexify::ne_ic | ( | integer, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 759 of file complexify.f90.
logical function complexify::ne_ii | ( | integer, intent(in) | lhs, |
integer, intent(in) | rhs | ||
) |
Definition at line 736 of file complexify.f90.
logical function complexify::ne_ir | ( | integer, intent(in) | lhs, |
real*8, intent(in) | rhs | ||
) |
Definition at line 764 of file complexify.f90.
logical function complexify::ne_rc | ( | real*8, intent(in) | lhs, |
complex*16, intent(in) | rhs | ||
) |
Definition at line 749 of file complexify.f90.
logical function complexify::ne_ri | ( | real*8, intent(in) | lhs, |
integer, intent(in) | rhs | ||
) |
Definition at line 769 of file complexify.f90.
logical function complexify::ne_rr | ( | real*8, intent(in) | lhs, |
real*8, intent(in) | rhs | ||
) |
Definition at line 732 of file complexify.f90.
integer function complexify::nint_c | ( | complex*16, intent(in) | z | ) |
Definition at line 541 of file complexify.f90.
complex*16 function complexify::sign_cc | ( | complex*16, intent(in) | val1, |
complex*16, intent(in) | val2 | ||
) |
Definition at line 463 of file complexify.f90.
complex*16 function complexify::sign_cr | ( | complex*16, intent(in) | val1, |
real*8, intent(in) | val2 | ||
) |
Definition at line 475 of file complexify.f90.
complex*16 function complexify::sign_rc | ( | real*8, intent(in) | val1, |
complex*16, intent(in) | val2 | ||
) |
Definition at line 488 of file complexify.f90.
complex*16 function complexify::sinh_c | ( | complex*16, intent(in) | z | ) |
Definition at line 301 of file complexify.f90.
complex*16 function complexify::tan_c | ( | complex*16, intent(in) | z | ) |
Definition at line 310 of file complexify.f90.
complex*16 function complexify::tanh_c | ( | complex*16, intent(in) | a | ) |
Definition at line 319 of file complexify.f90.