132#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
133 !DIR$ ATTRIBUTES DLLEXPORT ::
linear
185#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
186 !DIR$ ATTRIBUTES DLLEXPORT ::
binary
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 module contains abstract and concrete derived types that are required for compile-time resolutio...
character(*, SK), parameter MODULE_NAME
type(linear_type), parameter linear
This is a scalar parameter object of type linear_type that is exclusively used to request linear sear...
type(binary_type), parameter binary
This is a scalar parameter object of type binary_type that is exclusively used to request binary sear...
This is a concrete derived type whose instances are exclusively used to request binary search algorit...
This is a concrete derived type whose instances are exclusively used to request linear search algorit...
This is an abstract derived type for constructing concrete derived types to distinguish various proce...