ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
pm_complexCompareAll.F90 File Reference

Go to the source code of this file.

Data Types

interface  pm_complexCompareAll::operator(<)
  Generate and return .true. if both components of the input complex argument val1 are less than the corresponding components of the input complex argument val2. More...
 
interface  pm_complexCompareAll::operator(<=)
  Generate and return .true. if both 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_complexCompareAll::operator(.allneq.)
  Generate and return .true. if both components of the input complex argument val1 are not equal to the corresponding components of the input complex argument val2. More...
 
interface  pm_complexCompareAll::operator(>=)
  Generate and return .true. if both 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_complexCompareAll::operator(>)
  Generate and return .true. if both components of the input complex argument val1 is more than the corresponding components of the input complex argument val2. More...
 

Modules

module  pm_complexCompareAll
 This module contains procedures and generic interfaces for checking if both of the corresponding real and imaginary components of two complex numbers satisfy a relational operator.
 

Variables

character(*, SK), parameter pm_complexCompareAll::MODULE_NAME = "@pm_complexCompareAll"