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

Go to the source code of this file.

Data Types

interface  pm_complexMinMax::min
 Generate and return the component-wise minimum value of (both real and imaginary parts of) the input complex. More...
 
interface  pm_complexMinMax::max
 Generate and return the component-wise maximum value of (both real and imaginary parts of) the input complex. More...
 
interface  pm_complexMinMax::minval
 Generate and return the component-wise minimum value of (both real and imaginary parts of) the input complex. More...
 
interface  pm_complexMinMax::maxval
 Generate and return the component-wise maximum value of (both real and imaginary parts of) the input complex. More...
 
interface  pm_complexMinMax::minloc
 Generate and return the component-wise location of the minimum value of (both real and imaginary parts of) the input complex. More...
 
interface  pm_complexMinMax::maxloc
 Generate and return the component-wise location of the maximum value of (both real and imaginary parts of) the input complex. More...
 

Modules

module  pm_complexMinMax
 This module contains procedures and generic interfaces for computing element-wise minimum/maximum value/location of the real and imaginary components of scalars and arrays of arbitrary ranks of type complex of arbitrary kinds.
 

Variables

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