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_arrayCompareLex::operator(.llt.) |
Generate and return the result of the lexicographic comparison of two input objects of the same type, kind, and rank using the < operator. More... | |
interface | pm_arrayCompareLex::operator(.lle.) |
Generate and return the result of the lexicographic comparison of two input objects of the same type, kind, and rank using the <= operator. More... | |
interface | pm_arrayCompareLex::operator(.lge.) |
Generate and return the result of the lexicographic comparison of two input objects of the same type, kind, and rank using the >= operator. More... | |
interface | pm_arrayCompareLex::operator(.lgt.) |
Generate and return the result of the lexicographic comparison of two input objects of the same type, kind, and rank using the > operator. More... | |
Modules | |
module | pm_arrayCompareLex |
This module contains procedures and generic interfaces for performing lexicographic comparisons of two arrays of similar type, kind, and rank. | |
Variables | |
character(*, SK), parameter | pm_arrayCompareLex::MODULE_NAME = "@pm_arrayCompareLex" |