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

Go to the source code of this file.

Data Types

interface  pm_arrayUnique::isUnique
 Generate and return .true. for each element of the input sequence whose value is unique among all sequence element values, otherwise return .false..
More...
 
interface  pm_arrayUnique::isUniqueAll
 Generate and return .true. if and only if all elements of the input sequence values are unique.
More...
 
interface  pm_arrayUnique::isUniqueAny
 Generate and return .true. if and only if at least one element of the input sequence is unique among others.
More...
 
interface  pm_arrayUnique::getUnique
 Generate and return a vector of unique values in the input array.
More...
 
interface  pm_arrayUnique::setUnique
 Return a vector of unique values in the input array in place of the array itself.
More...
 

Modules

module  pm_arrayUnique
 This module contains procedures and generic interfaces for finding unique values of an input array of various types.
 

Variables

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