88 real(
RKH) ,
allocatable :: root(:)
89 character(:,
SK),
allocatable :: desc
112 real(RKG) ,
intent(in) :: x
163 procedure :: get => getFunc1
168 PURE module function func1_typer(lb, ub)
result(self)
169#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
170 !DEC$ ATTRIBUTES DLLEXPORT :: func1_typer
173 real(RKG),
intent(in),
optional :: lb, ub
182 PURE module function getFunc1(self, x)
result(func)
183#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
184 !DEC$ ATTRIBUTES DLLEXPORT :: getFunc1
188 real(RKG) ,
intent(in) :: x
195end module pm_mathRootTest
This is the abstract interface of the get() type-bound procedure of func_type class whose arguments o...
Generate and return the value of the optional input argument if it is present, otherwise,...
Generate and return a vector of single-characters each element of which corresponds to one character ...
Generate and return the conversion of the input value to an output Fortran string,...
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 IK
The default integer kind in the ParaMonte library: int32 in Fortran, c_int32_t in C-Fortran Interoper...
integer, parameter SK
The default character kind in the ParaMonte library: kind("a") in Fortran, c_char in C-Fortran Intero...
integer, parameter RKH
The scalar integer constant of intrinsic default kind, representing the highest-precision real kind t...
This module contains a collection of example functions for testing or examining the root-finding rout...
character(*, SK), parameter MODULE_NAME
This module contains procedures, generic interfaces, and types for generating default values for opti...
This module contains classes and procedures for various string manipulations and inquiries.
This module contains the generic procedures for converting values of different types and kinds to For...
This is the derived type for generating test function objects of the algebraic form as described belo...
This is the base type func_type standing abstract function type to generate a variety of function tes...