Difference between revisions of "Category:Array-reducing functions"

 
Line 1: Line 1:
[[Category:Functions]]
+
[[Category:Array 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.
 
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.
 
The function [[Sum]] is a very-commonly used array reducing function, and is a good example of a function in this category.

Revision as of 22:25, 31 January 2007


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.