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

Go to the source code of this file.

Data Types

interface  pm_arraySelect::getSelected
 Generate and return the rankth smallest value in the input array by first sorting its elements in ascending order (optionally only between the specified indices [lb, ub]).
More...
 
interface  pm_arraySelect::setSelected
 Return the rankth smallest (or ordered) value in the input array by first sorting its elements in ascending order (optionally only between the specified indices [lb, ub]).
More...
 

Modules

module  pm_arraySelect
 This module contains procedures and generic interfaces for selecting the \(k\)th smallest element in unsorted arrays of various types.
 

Variables

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