168#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
169 !DIR$ ATTRIBUTES DLLEXPORT ::
nothing
249#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
250 !DIR$ ATTRIBUTES DLLEXPORT ::
reverse
330#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
331 !DIR$ ATTRIBUTES DLLEXPORT ::
inverse
450#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
451 !DIR$ ATTRIBUTES DLLEXPORT ::
forward
531#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
532 !DIR$ ATTRIBUTES DLLEXPORT ::
backward
651#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
652 !DIR$ ATTRIBUTES DLLEXPORT ::
left
732#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
733 !DIR$ ATTRIBUTES DLLEXPORT ::
right
813#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
891#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
892 !DIR$ ATTRIBUTES DLLEXPORT ::
adjacent
944#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
945 !DIR$ ATTRIBUTES DLLEXPORT ::
discrete
1034#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1035 !DIR$ ATTRIBUTES DLLEXPORT ::
sorted
1095#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1156#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1213#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1261#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1268end module pm_array ! LCOV_EXCL_LINE
This module contains abstract and concrete derived types that are required for compile-time resolutio...
type(discrete_type), parameter discrete
This is a scalar parameter object of type discrete_type that is exclusively used to signify the discr...
type(ascending_type), parameter ascending
This is a scalar parameter object of type ascending_type that is exclusively used to signify the asce...
type(forward_type), parameter forward
This is a scalar parameter object of type forward_type that is exclusively used to request reversal o...
type(inverse_type), parameter inverse
This is a scalar parameter object of type inverse_type that is exclusively used to request reversal o...
character(*, SK), parameter MODULE_NAME
type(left_type), parameter left
This is a scalar parameter object of type left_type that is exclusively used to request the left side...
type(reverse_type), parameter reverse
This is a scalar parameter object of type reverse_type that is exclusively used to request reversal o...
type(monotonic_type), parameter monotonic
This is a scalar parameter object of type monotonic_type that is exclusively used to signify the mono...
type(leftRight_type), parameter leftRight
This is a scalar parameter object of type leftRight_type that is exclusively used to request the left...
type(descending_type), parameter descending
This is a scalar parameter object of type descending_type that is exclusively used to signify the des...
type(nothing_type), parameter nothing
This is a scalar parameter object of type nothing_type that is exclusively used to request no action ...
type(adjacent_type), parameter adjacent
This is a scalar parameter object of type adjacent_type that is exclusively used to signify the adjac...
type(sorted_type), parameter sorted
This is a scalar parameter object of type sorted_type that is exclusively used to signify the sorted ...
type(right_type), parameter right
This is a scalar parameter object of type right_type that is exclusively used to request the right si...
type(allocatable_type), parameter allocatable
This is a scalar parameter object of type allocatable_type that is exclusively used to signify that a...
type(backward_type), parameter backward
This is a scalar parameter object of type backward_type that is exclusively used to request reversal ...
This module defines the relevant Fortran kind type-parameters frequently used in the ParaMonte librar...
integer, parameter SK
The default character kind in the ParaMonte library: kind("a") in Fortran, c_char in C-Fortran Intero...
This is an abstract derived type for constructing concrete derived types to distinguish various proce...
This is a concrete derived type whose instances are exclusively used to signify the adjacent sequence...
This is a concrete derived type whose instances are exclusively used to signify that an array of arbi...
This is a concrete derived type whose instances are exclusively used to signify the ascending sequenc...
This is a concrete derived type whose instances are exclusively used to request reversal of a given a...
This is an abstract derived type for constructing concrete derived types to distinguish various proce...
This is a concrete derived type whose instances are exclusively used to signify the descending sequen...
This is an abstract derived type for constructing concrete derived types to distinguish various proce...
This is a concrete derived type whose instances are exclusively used to signify the discrete sequence...
This is a concrete derived type whose instances are exclusively used to request reversal of a given a...
This is a concrete derived type whose instances are exclusively used to request reversal of a given a...
This is a concrete derived type whose instances are exclusively used to request left-and-right sides ...
This is a concrete derived type whose instances are exclusively used to request left side of a given ...
This is a concrete derived type whose instances are exclusively used to signify the monotonic sequenc...
This is a concrete derived type whose instances are exclusively used to request no action on a given ...
This is an abstract derived type for constructing concrete derived types to distinguish various proce...
This is a concrete derived type whose instances are exclusively used to request reversal of a given a...
This is a concrete derived type whose instances are exclusively used to request the right side of a g...
This is an abstract derived type for constructing concrete derived types to distinguish various proce...
This is a concrete derived type whose instances are exclusively used to signify the sorted sequence o...