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_complexCompareAny::operator(<) |
Generate and return .true. if either components of the input complex argument val1 are less than the corresponding components of the input complex argument val2 . More... | |
interface | pm_complexCompareAny::operator(<=) |
Generate and return .true. if either components of the input complex argument val1 is less than or equal to the corresponding components of the input complex argument val2 . More... | |
interface | pm_complexCompareAny::operator(.anyeq.) |
Generate and return .true. if either components of the input complex argument val1 is equal to the corresponding components of the input complex argument val2 . More... | |
interface | pm_complexCompareAny::operator(.anyneq.) |
Generate and return .true. if either components of the input complex argument val1 are not equal to the corresponding components of the input complex argument val2 . More... | |
interface | pm_complexCompareAny::operator(>=) |
Generate and return .true. if either components of the input complex argument val1 is more than or equal to the corresponding components of the input complex argument val2 . More... | |
interface | pm_complexCompareAny::operator(>) |
Generate and return .true. if either components of the input complex argument val1 is more than the corresponding components of the input complex argument val2 . More... | |
Modules | |
module | pm_complexCompareAny |
This module contains procedures and generic interfaces for checking if either of the corresponding real and imaginary components of two complex numbers satisfy a relational operator. | |
Variables | |
character(*, SK), parameter | pm_complexCompareAny::MODULE_NAME = "@pm_complexCompareAny" |