ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Go to the source code of this file.
Data Types | |
type | pm_mathRootTest::func_type |
This is the base type func_type standing abstract function type to generate a variety of function test functions.More... | |
interface | pm_mathRootTest::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... | |
type | pm_mathRootTest::func1_type |
This is the derived type for generating test function objects of the algebraic form as described below. More... | |
Modules | |
module | pm_mathRootTest |
This module contains a collection of example functions for testing or examining the root-finding routines of the ParaMonte library. | |
Variables | |
character(*, SK), parameter | pm_mathRootTest::MODULE_NAME = "@pm_mathRootTest" |