|
| 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) |
| |
Definition at line 27 of file complexify.f90.
| complex*16 function complexify::abs_c |
( |
complex*16, intent(in) |
val | ) |
|
| complex*16 function complexify::acos_c |
( |
complex*16, intent(in) |
z | ) |
|
| complex*16 function complexify::asin_c |
( |
complex*16, intent(in) |
z | ) |
|
| complex*16 function complexify::atan2_cc |
( |
complex*16, intent(in) |
csn, |
|
|
complex*16, intent(in) |
ccs |
|
) |
| |
| complex*16 function complexify::atan_c |
( |
complex*16, intent(in) |
z | ) |
|
| complex*16 function complexify::cosh_c |
( |
complex*16, intent(in) |
z | ) |
|
| complex*16 function complexify::dim_cc |
( |
complex*16, intent(in) |
val1, |
|
|
complex*16, intent(in) |
val2 |
|
) |
| |
| complex*16 function complexify::dim_cr |
( |
complex*16, intent(in) |
val1, |
|
|
real*8, intent(in) |
val2 |
|
) |
| |
| complex*16 function complexify::dim_rc |
( |
real*8, intent(in) |
val1, |
|
|
complex*16, intent(in) |
val2 |
|
) |
| |
| complex*16 function complexify::epsilon_c |
( |
complex*16, intent(in) |
z | ) |
|
| logical function complexify::eq_aa |
( |
character(len=*), intent(in) |
lhs, |
|
|
character(len=*), intent(in) |
rhs |
|
) |
| |
| logical function complexify::eq_cc |
( |
complex*16, intent(in) |
lhs, |
|
|
complex*16, intent(in) |
rhs |
|
) |
| |
| logical function complexify::eq_ci |
( |
complex*16, intent(in) |
lhs, |
|
|
integer, intent(in) |
rhs |
|
) |
| |
| logical function complexify::eq_cr |
( |
complex*16, intent(in) |
lhs, |
|
|
real*8, intent(in) |
rhs |
|
) |
| |
| logical function complexify::eq_ic |
( |
integer, intent(in) |
lhs, |
|
|
complex*16, intent(in) |
rhs |
|
) |
| |
| logical function complexify::eq_ii |
( |
integer, intent(in) |
lhs, |
|
|
integer, intent(in) |
rhs |
|
) |
| |
| logical function complexify::eq_ir |
( |
integer, intent(in) |
lhs, |
|
|
real*8, intent(in) |
rhs |
|
) |
| |
| logical function complexify::eq_rc |
( |
real*8, intent(in) |
lhs, |
|
|
complex*16, intent(in) |
rhs |
|
) |
| |
| logical function complexify::eq_ri |
( |
real*8, intent(in) |
lhs, |
|
|
integer, intent(in) |
rhs |
|
) |
| |
| logical function complexify::eq_rr |
( |
real*8, intent(in) |
lhs, |
|
|
real*8, intent(in) |
rhs |
|
) |
| |
| logical function complexify::ge_aa |
( |
character(len=*), intent(in) |
lhs, |
|
|
character(len=*), intent(in) |
rhs |
|
) |
| |
| logical function complexify::ge_cc |
( |
complex*16, intent(in) |
lhs, |
|
|
complex*16, intent(in) |
rhs |
|
) |
| |
| logical function complexify::ge_ci |
( |
complex*16, intent(in) |
lhs, |
|
|
integer, intent(in) |
rhs |
|
) |
| |
| logical function complexify::ge_cr |
( |
complex*16, intent(in) |
lhs, |
|
|
real*8, intent(in) |
rhs |
|
) |
| |
| logical function complexify::ge_ic |
( |
integer, intent(in) |
lhs, |
|
|
complex*16, intent(in) |
rhs |
|
) |
| |
| logical function complexify::ge_ii |
( |
integer, intent(in) |
lhs, |
|
|
integer, intent(in) |
rhs |
|
) |
| |
| logical function complexify::ge_ir |
( |
integer, intent(in) |
lhs, |
|
|
real*8, intent(in) |
rhs |
|
) |
| |
| logical function complexify::ge_rc |
( |
real*8, intent(in) |
lhs, |
|
|
complex*16, intent(in) |
rhs |
|
) |
| |
| logical function complexify::ge_ri |
( |
real*8, intent(in) |
lhs, |
|
|
integer, intent(in) |
rhs |
|
) |
| |
| logical function complexify::ge_rr |
( |
real*8, intent(in) |
lhs, |
|
|
real*8, intent(in) |
rhs |
|
) |
| |
| logical function complexify::gt_cc |
( |
complex*16, intent(in) |
lhs, |
|
|
complex*16, intent(in) |
rhs |
|
) |
| |
| logical function complexify::gt_ci |
( |
complex*16, intent(in) |
lhs, |
|
|
integer, intent(in) |
rhs |
|
) |
| |
| logical function complexify::gt_cr |
( |
complex*16, intent(in) |
lhs, |
|
|
real*8, intent(in) |
rhs |
|
) |
| |
| logical function complexify::gt_ic |
( |
integer, intent(in) |
lhs, |
|
|
complex*16, intent(in) |
rhs |
|
) |
| |
| logical function complexify::gt_rc |
( |
real*8, intent(in) |
lhs, |
|
|
complex*16, intent(in) |
rhs |
|
) |
| |
| logical function complexify::le_cc |
( |
complex*16, intent(in) |
lhs, |
|
|
complex*16, intent(in) |
rhs |
|
) |
| |
| logical function complexify::le_ci |
( |
complex*16, intent(in) |
lhs, |
|
|
integer, intent(in) |
rhs |
|
) |
| |
| logical function complexify::le_cr |
( |
complex*16, intent(in) |
lhs, |
|
|
real*8, intent(in) |
rhs |
|
) |
| |
| logical function complexify::le_ic |
( |
integer, intent(in) |
lhs, |
|
|
complex*16, intent(in) |
rhs |
|
) |
| |
| logical function complexify::le_rc |
( |
real*8, intent(in) |
lhs, |
|
|
complex*16, intent(in) |
rhs |
|
) |
| |
| complex*16 function complexify::log10_c |
( |
complex*16, intent(in) |
z | ) |
|
| logical function complexify::lt_cc |
( |
complex*16, intent(in) |
lhs, |
|
|
complex*16, intent(in) |
rhs |
|
) |
| |
| logical function complexify::lt_ci |
( |
complex*16, intent(in) |
lhs, |
|
|
integer, intent(in) |
rhs |
|
) |
| |
| logical function complexify::lt_cr |
( |
complex*16, intent(in) |
lhs, |
|
|
real*8, intent(in) |
rhs |
|
) |
| |
| logical function complexify::lt_ic |
( |
integer, intent(in) |
lhs, |
|
|
complex*16, intent(in) |
rhs |
|
) |
| |
| logical function complexify::lt_rc |
( |
real*8, intent(in) |
lhs, |
|
|
complex*16, intent(in) |
rhs |
|
) |
| |
| complex*16 function complexify::max_cc |
( |
complex*16, intent(in) |
val1, |
|
|
complex*16, intent(in) |
val2 |
|
) |
| |
| complex*16 function complexify::max_ccc |
( |
complex*16, intent(in) |
val1, |
|
|
complex*16, intent(in) |
val2, |
|
|
complex*16, intent(in) |
val3 |
|
) |
| |
| 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 |
|
) |
| |
| complex*16 function complexify::max_cr |
( |
complex*16, intent(in) |
val1, |
|
|
real*8, intent(in) |
val2 |
|
) |
| |
| complex*16 function complexify::max_rc |
( |
real*8, intent(in) |
val1, |
|
|
complex*16, intent(in) |
val2 |
|
) |
| |
| complex*16 function complexify::min_cc |
( |
complex*16, intent(in) |
val1, |
|
|
complex*16, intent(in) |
val2 |
|
) |
| |
| complex*16 function complexify::min_ccc |
( |
complex*16, intent(in) |
val1, |
|
|
complex*16, intent(in) |
val2, |
|
|
complex*16, intent(in) |
val3 |
|
) |
| |
| 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 |
|
) |
| |
| complex*16 function complexify::min_cr |
( |
complex*16, intent(in) |
val1, |
|
|
real*8, intent(in) |
val2 |
|
) |
| |
| complex*16 function complexify::min_rc |
( |
real*8, intent(in) |
val1, |
|
|
complex*16, intent(in) |
val2 |
|
) |
| |
| logical function complexify::ne_aa |
( |
character(len=*), intent(in) |
lhs, |
|
|
character(len=*), intent(in) |
rhs |
|
) |
| |
| logical function complexify::ne_cc |
( |
complex*16, intent(in) |
lhs, |
|
|
complex*16, intent(in) |
rhs |
|
) |
| |
| logical function complexify::ne_ci |
( |
complex*16, intent(in) |
lhs, |
|
|
integer, intent(in) |
rhs |
|
) |
| |
| logical function complexify::ne_cr |
( |
complex*16, intent(in) |
lhs, |
|
|
real*8, intent(in) |
rhs |
|
) |
| |
| logical function complexify::ne_ic |
( |
integer, intent(in) |
lhs, |
|
|
complex*16, intent(in) |
rhs |
|
) |
| |
| logical function complexify::ne_ii |
( |
integer, intent(in) |
lhs, |
|
|
integer, intent(in) |
rhs |
|
) |
| |
| logical function complexify::ne_ir |
( |
integer, intent(in) |
lhs, |
|
|
real*8, intent(in) |
rhs |
|
) |
| |
| logical function complexify::ne_rc |
( |
real*8, intent(in) |
lhs, |
|
|
complex*16, intent(in) |
rhs |
|
) |
| |
| logical function complexify::ne_ri |
( |
real*8, intent(in) |
lhs, |
|
|
integer, intent(in) |
rhs |
|
) |
| |
| logical function complexify::ne_rr |
( |
real*8, intent(in) |
lhs, |
|
|
real*8, intent(in) |
rhs |
|
) |
| |
| integer function complexify::nint_c |
( |
complex*16, intent(in) |
z | ) |
|
| complex*16 function complexify::sign_cc |
( |
complex*16, intent(in) |
val1, |
|
|
complex*16, intent(in) |
val2 |
|
) |
| |
| complex*16 function complexify::sign_cr |
( |
complex*16, intent(in) |
val1, |
|
|
real*8, intent(in) |
val2 |
|
) |
| |
| complex*16 function complexify::sign_rc |
( |
real*8, intent(in) |
val1, |
|
|
complex*16, intent(in) |
val2 |
|
) |
| |
| complex*16 function complexify::sinh_c |
( |
complex*16, intent(in) |
z | ) |
|
| complex*16 function complexify::tan_c |
( |
complex*16, intent(in) |
z | ) |
|
| complex*16 function complexify::tanh_c |
( |
complex*16, intent(in) |
a | ) |
|
The documentation for this module was generated from the following file: