ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This module contains a collection of example functions for testing or examining the root-finding routines of the ParaMonte library. More...
Data Types | |
type | func1_type |
This is the derived type for generating test function objects of the algebraic form as described below. More... | |
type | func_type |
This is the base type func_type standing abstract function type to generate a variety of function test functions.More... | |
interface | get_proc |
This is the abstract interface of the get() type-bound procedure of func_type class whose arguments of type real are of the highest precision kind RKH, made available by the processor. More... | |
Variables | |
character(*, SK), parameter | MODULE_NAME = "@pm_mathRootTest" |
This module contains a collection of example functions for testing or examining the root-finding routines of the ParaMonte library.
real
kinds in this module are set to the highest precision available.real
kinds.real
kind is also highly inefficient computationally.
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
character(*, SK), parameter pm_mathRootTest::MODULE_NAME = "@pm_mathRootTest" |
Definition at line 54 of file pm_mathRootTest.F90.