Category:Array-reducing functions
An array-reducing function operates across a dimension of an array and returns a result that has one dimension less than the number of dimensions of its input array. When applied to an array of n dimensions, a reducing function produces an array that contains n-1 dimensions.
The function Sum is a very-commonly used array reducing function, and is a good example of a function in this category.
Pages in category "Array-reducing functions"
The following 15 pages are in this category, out of 15 total.