91 pure elemental module function abs_CK5(val)
result(absval)
92#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
93 !DEC$ ATTRIBUTES DLLEXPORT :: abs_CK5
96 complex(CKG),
intent(in) :: val
97 complex(CKG) :: absval
102 pure elemental module function abs_CK4(val)
result(absval)
103#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
104 !DEC$ ATTRIBUTES DLLEXPORT :: abs_CK4
107 complex(CKG),
intent(in) :: val
108 complex(CKG) :: absval
113 pure elemental module function abs_CK3(val)
result(absval)
114#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
115 !DEC$ ATTRIBUTES DLLEXPORT :: abs_CK3
118 complex(CKG),
intent(in) :: val
119 complex(CKG) :: absval
124 pure elemental module function abs_CK2(val)
result(absval)
125#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
126 !DEC$ ATTRIBUTES DLLEXPORT :: abs_CK2
129 complex(CKG),
intent(in) :: val
130 complex(CKG) :: absval
135 pure elemental module function abs_CK1(val)
result(absval)
136#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
137 !DEC$ ATTRIBUTES DLLEXPORT :: abs_CK1
140 complex(CKG),
intent(in) :: val
141 complex(CKG) :: absval
Generate and return the component-wise absolute value of (both real and imaginary parts of) the input...
This module contains procedures and generic interfaces for performing element-wise comparison of the ...
character(*, SK), parameter MODULE_NAME
This module defines the relevant Fortran kind type-parameters frequently used in the ParaMonte librar...
integer, parameter LK
The default logical kind in the ParaMonte library: kind(.true.) in Fortran, kind(....
integer, parameter SK
The default character kind in the ParaMonte library: kind("a") in Fortran, c_char in C-Fortran Intero...