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

Go to the source code of this file.

Data Types

interface  pm_arrayStrip::getStripped
 Generate and return the input array modified such that all instances of the input pattern are stripped from its both sides or only the side specified. More...
 
interface  pm_arrayStrip::getSIL
 Generate and return index, the index of the first element of the input array such that array(1:index-1) contains only full repetitions of the user-specified pattern. More...
 
interface  pm_arrayStrip::getSIR
 Generate and return index, the index of the last element of the input array such that array(index+1:) contains only full repetitions of the user-specified pattern. More...
 

Modules

module  pm_arrayStrip
 This module contains procedures and generic interfaces for stripping a given pattern from the left and right ends of an array of arbitrary intrinsic type and kind.

 

Variables

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