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

Go to the source code of this file.

Data Types

interface  pm_logicalCompare::operator(<)
  Generate and return .true. if the input logical argument lhs is less than the input logical argument rhs. More...
 
interface  pm_logicalCompare::operator(<=)
  Generate and return .true. if the input logical argument lhs is less than or equal to the input logical argument rhs. More...
 
interface  pm_logicalCompare::operator(==)
  Generate and return .true. if the input logical argument lhs is equal to the input logical argument rhs. More...
 
interface  pm_logicalCompare::operator(/=)
  Generate and return .true. if the input logical argument lhs is not equal to the input logical argument rhs. More...
 
interface  pm_logicalCompare::operator(>=)
  Generate and return .true. if the input logical argument lhs is more than or equal to the input logical argument rhs. More...
 
interface  pm_logicalCompare::operator(>)
  Generate and return .true. if the input logical argument lhs is more than the input logical argument rhs. More...
 

Modules

module  pm_logicalCompare
 This module contains procedures and generic interfaces for performing a variety of logical comparison operations using logical values as if .true. evaluates to 1 and .false. evaluates to 0.
 

Variables

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