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_complexCompareLex::operator(<) |
Generate and return .true. if the real and imaginary components of the input complex argument val1 are lexicographically less than the corresponding components of the input complex argument val2 . More... | |
interface | pm_complexCompareLex::operator(<=) |
Generate and return .true. if the real and imaginary components of the input complex argument val1 are lexicographically less than or equal to the corresponding components of the input complex argument val2 . More... | |
interface | pm_complexCompareLex::operator(>=) |
Generate and return .true. if the real and imaginary components of the input complex argument val1 are lexicographically more than or equal to the corresponding components of the input complex argument val2 . More... | |
interface | pm_complexCompareLex::operator(>) |
Generate and return .true. if the real and imaginary components of the input complex argument val1 are lexicographically more than the corresponding components of the input complex argument val2 . More... | |
Modules | |
module | pm_complexCompareLex |
This module contains procedures and generic interfaces for checking if a complex number is lexicographically comparable to another complex number of the same kind. | |
Variables | |
character(*, SK), parameter | pm_complexCompareLex::MODULE_NAME = "@pm_complexCompareLex" |