IMEXSfloW  1.0
templategithubproject
 All Classes Files Functions Variables Pages
Data Types | Public Member Functions | List of all members
complexify Module Reference

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
 

Public Member Functions

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)
 

Detailed Description

Definition at line 27 of file complexify.f90.

Member Function/Subroutine Documentation

complex*16 function complexify::abs_c ( complex*16, intent(in)  val)

Definition at line 242 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::acos_c ( complex*16, intent(in)  z)

Definition at line 262 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::asin_c ( complex*16, intent(in)  z)

Definition at line 271 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::atan2_cc ( complex*16, intent(in)  csn,
complex*16, intent(in)  ccs 
)

Definition at line 298 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::atan_c ( complex*16, intent(in)  z)

Definition at line 280 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::cosh_c ( complex*16, intent(in)  z)

Definition at line 324 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::dim_cc ( complex*16, intent(in)  val1,
complex*16, intent(in)  val2 
)

Definition at line 539 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::dim_cr ( complex*16, intent(in)  val1,
real*8, intent(in)  val2 
)

Definition at line 548 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::dim_rc ( real*8, intent(in)  val1,
complex*16, intent(in)  val2 
)

Definition at line 558 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::epsilon_c ( complex*16, intent(in)  z)

Definition at line 582 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::eq_aa ( character(len=*), intent(in)  lhs,
character(len=*), intent(in)  rhs 
)

Definition at line 727 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::eq_cc ( complex*16, intent(in)  lhs,
complex*16, intent(in)  rhs 
)

Definition at line 715 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::eq_ci ( complex*16, intent(in)  lhs,
integer, intent(in)  rhs 
)

Definition at line 741 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::eq_cr ( complex*16, intent(in)  lhs,
real*8, intent(in)  rhs 
)

Definition at line 731 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::eq_ic ( integer, intent(in)  lhs,
complex*16, intent(in)  rhs 
)

Definition at line 746 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::eq_ii ( integer, intent(in)  lhs,
integer, intent(in)  rhs 
)

Definition at line 723 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::eq_ir ( integer, intent(in)  lhs,
real*8, intent(in)  rhs 
)

Definition at line 751 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::eq_rc ( real*8, intent(in)  lhs,
complex*16, intent(in)  rhs 
)

Definition at line 736 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::eq_ri ( real*8, intent(in)  lhs,
integer, intent(in)  rhs 
)

Definition at line 756 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::eq_rr ( real*8, intent(in)  lhs,
real*8, intent(in)  rhs 
)

Definition at line 719 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::ge_aa ( character(len=*), intent(in)  lhs,
character(len=*), intent(in)  rhs 
)

Definition at line 679 of file complexify.f90.

logical function complexify::ge_cc ( complex*16, intent(in)  lhs,
complex*16, intent(in)  rhs 
)

Definition at line 667 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::ge_ci ( complex*16, intent(in)  lhs,
integer, intent(in)  rhs 
)

Definition at line 693 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::ge_cr ( complex*16, intent(in)  lhs,
real*8, intent(in)  rhs 
)

Definition at line 683 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::ge_ic ( integer, intent(in)  lhs,
complex*16, intent(in)  rhs 
)

Definition at line 698 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::ge_ii ( integer, intent(in)  lhs,
integer, intent(in)  rhs 
)

Definition at line 675 of file complexify.f90.

logical function complexify::ge_ir ( integer, intent(in)  lhs,
real*8, intent(in)  rhs 
)

Definition at line 703 of file complexify.f90.

logical function complexify::ge_rc ( real*8, intent(in)  lhs,
complex*16, intent(in)  rhs 
)

Definition at line 688 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::ge_ri ( real*8, intent(in)  lhs,
integer, intent(in)  rhs 
)

Definition at line 708 of file complexify.f90.

logical function complexify::ge_rr ( real*8, intent(in)  lhs,
real*8, intent(in)  rhs 
)

Definition at line 671 of file complexify.f90.

logical function complexify::gt_cc ( complex*16, intent(in)  lhs,
complex*16, intent(in)  rhs 
)

Definition at line 640 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::gt_ci ( complex*16, intent(in)  lhs,
integer, intent(in)  rhs 
)

Definition at line 654 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::gt_cr ( complex*16, intent(in)  lhs,
real*8, intent(in)  rhs 
)

Definition at line 644 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::gt_ic ( integer, intent(in)  lhs,
complex*16, intent(in)  rhs 
)

Definition at line 659 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::gt_rc ( real*8, intent(in)  lhs,
complex*16, intent(in)  rhs 
)

Definition at line 649 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::le_cc ( complex*16, intent(in)  lhs,
complex*16, intent(in)  rhs 
)

Definition at line 614 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::le_ci ( complex*16, intent(in)  lhs,
integer, intent(in)  rhs 
)

Definition at line 628 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::le_cr ( complex*16, intent(in)  lhs,
real*8, intent(in)  rhs 
)

Definition at line 618 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::le_ic ( integer, intent(in)  lhs,
complex*16, intent(in)  rhs 
)

Definition at line 633 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::le_rc ( real*8, intent(in)  lhs,
complex*16, intent(in)  rhs 
)

Definition at line 623 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::log10_c ( complex*16, intent(in)  z)

Definition at line 570 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::lt_cc ( complex*16, intent(in)  lhs,
complex*16, intent(in)  rhs 
)

Definition at line 588 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::lt_ci ( complex*16, intent(in)  lhs,
integer, intent(in)  rhs 
)

Definition at line 602 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::lt_cr ( complex*16, intent(in)  lhs,
real*8, intent(in)  rhs 
)

Definition at line 592 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::lt_ic ( integer, intent(in)  lhs,
complex*16, intent(in)  rhs 
)

Definition at line 607 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::lt_rc ( real*8, intent(in)  lhs,
complex*16, intent(in)  rhs 
)

Definition at line 597 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::max_cc ( complex*16, intent(in)  val1,
complex*16, intent(in)  val2 
)

Definition at line 376 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::max_ccc ( complex*16, intent(in)  val1,
complex*16, intent(in)  val2,
complex*16, intent(in)  val3 
)

Definition at line 405 of file complexify.f90.

Here is the call graph for this function:

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 417 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::max_cr ( complex*16, intent(in)  val1,
real*8, intent(in)  val2 
)

Definition at line 385 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::max_rc ( real*8, intent(in)  val1,
complex*16, intent(in)  val2 
)

Definition at line 395 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::min_cc ( complex*16, intent(in)  val1,
complex*16, intent(in)  val2 
)

Definition at line 438 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::min_ccc ( complex*16, intent(in)  val1,
complex*16, intent(in)  val2,
complex*16, intent(in)  val3 
)

Definition at line 467 of file complexify.f90.

Here is the call graph for this function:

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 479 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::min_cr ( complex*16, intent(in)  val1,
real*8, intent(in)  val2 
)

Definition at line 447 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::min_rc ( real*8, intent(in)  val1,
complex*16, intent(in)  val2 
)

Definition at line 457 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::ne_aa ( character(len=*), intent(in)  lhs,
character(len=*), intent(in)  rhs 
)

Definition at line 775 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::ne_cc ( complex*16, intent(in)  lhs,
complex*16, intent(in)  rhs 
)

Definition at line 763 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::ne_ci ( complex*16, intent(in)  lhs,
integer, intent(in)  rhs 
)

Definition at line 789 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::ne_cr ( complex*16, intent(in)  lhs,
real*8, intent(in)  rhs 
)

Definition at line 779 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::ne_ic ( integer, intent(in)  lhs,
complex*16, intent(in)  rhs 
)

Definition at line 794 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::ne_ii ( integer, intent(in)  lhs,
integer, intent(in)  rhs 
)

Definition at line 771 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::ne_ir ( integer, intent(in)  lhs,
real*8, intent(in)  rhs 
)

Definition at line 799 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::ne_rc ( real*8, intent(in)  lhs,
complex*16, intent(in)  rhs 
)

Definition at line 784 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::ne_ri ( real*8, intent(in)  lhs,
integer, intent(in)  rhs 
)

Definition at line 804 of file complexify.f90.

Here is the call graph for this function:

logical function complexify::ne_rr ( real*8, intent(in)  lhs,
real*8, intent(in)  rhs 
)

Definition at line 767 of file complexify.f90.

Here is the call graph for this function:

integer function complexify::nint_c ( complex*16, intent(in)  z)

Definition at line 576 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::sign_cc ( complex*16, intent(in)  val1,
complex*16, intent(in)  val2 
)

Definition at line 502 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::sign_cr ( complex*16, intent(in)  val1,
real*8, intent(in)  val2 
)

Definition at line 513 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::sign_rc ( real*8, intent(in)  val1,
complex*16, intent(in)  val2 
)

Definition at line 525 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::sinh_c ( complex*16, intent(in)  z)

Definition at line 336 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::tan_c ( complex*16, intent(in)  z)

Definition at line 348 of file complexify.f90.

Here is the call graph for this function:

complex*16 function complexify::tanh_c ( complex*16, intent(in)  a)

Definition at line 360 of file complexify.f90.

Here is the call graph for this function:


The documentation for this module was generated from the following file: