The array :: operators module
The array :: operators module provides functions, constants and global variables for the implementation of array operators, the core mechanism for performing operations on arrays.
Required modules
Functions
Name | Description |
---|---|
Performs an operation between corresponding elements of two arrays ... | |
Performs an operation of a function onto all pairs of corresponding elements of two arrays... | |
Performs an operation of a function onto all elements of an array ... | |
Performs an operation of a value with all elements of an array ... | |
Returns the sum of all array elements as it is deduced by applying a ... |
Constants
None
Variables
None