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 | |
interface | pm_mathMinMax::getMinMax |
Generate and return an array of size two containing the minimum and maximum of the two input values in the first and second elements, respectively. More... | |
interface | pm_mathMinMax::setMinMax |
Return the minimum and maximum of the two input scalar values a and b in a and b , respectively, on output.More... | |
Modules | |
module | pm_mathMinMax |
This module contains procedures and generic interfaces for finding the minimum and maximum of two input scalar values through lexical comparison. | |
Variables | |
character(*, SK), parameter | pm_mathMinMax::MODULE_NAME = "@pm_mathMinMax" |