The array :: transforms module

The array :: transforms module provides functions, constants and global variables for the implementation of array transformations such as inversion, sorting, etc.

Required modules

base :: core, string :: core, numeric :: statistics, array :: core, array :: operators, array :: slices

Functions

NameDescription

ArrayDistinct()

Returns the subset of array with only distinct elements in it. The resulting...

ArrayElmSwap()

Returns a new array with the elements in indices index1, index2 interchanged (ie array[index1] ...

ArrayInvert()

Inverts the indexes of the elements of array (the last element ...

ArrayReduce()

Removes elements from array, wherever the corresponding flags array element has a value equal t...

ArrayRotate()

Rotates the indexes of the elements of array (ie it shifts all elements ...

ArraySort()

Sorts array, using the quick sort algorithm ...

Constants

None

Variables

None