ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Go to the source code of this file.
Data Types | |
interface | pm_arrayReverse::getReversed |
Generate and return an output array whose elements are the reversed-order elements of the input array , such that array = array(lenArray:1:-1) , where lenArray = len(array) if array is a scalar character, or lenArray = size(array) is an array of rank 1 . More... | |
interface | pm_arrayReverse::setReversed |
Reverse the order of the elements of the input array , such that array = array(lenArray:1:-1) , where lenArray = len(array) if array is a scalar character, or lenArray = size(array) is an array of rank 1 . More... | |
Modules | |
module | pm_arrayReverse |
This module contains procedures and generic interfaces for reversing the order of elements in arrays of various types. | |
Variables | |
character(*, SK), parameter | pm_arrayReverse::MODULE_NAME = "@pm_arrayReverse" |