Subarray: Difference between revisions

Jump to navigation Jump to search
485 bytes added ,  14:48, 20 November 2019
m
3 revisions imported: Migrate from miraheze
Miraheze>Marshall
(Created page with ":''The term sub-array may also be used to refer to an array cell.'' A '''subarray''' (or '''sub-array''') of an array is another array which can be formed by selecting a...")
 
m (3 revisions imported: Migrate from miraheze)
(2 intermediate revisions by 2 users not shown)
Line 46: Line 46:
* [[Hyperplane]]s of an array
* [[Hyperplane]]s of an array


{{APL programming language}}
[[Reduction]] and the related operators [[Scan]] and [[Windowed Reduction]] reduce along 1-dimensional subarrays of the right argument. The vectors used in a particular reduction can be formed by taking a scalar index along each axis except the reduction axis, and selecting from the reduction axis according to the operator used. For a reduction the entire axis is used while for scans [[prefix]]es are used and windowed reductions take subsections of the length specified by the left argument.
 
{{APL features}}

Navigation menu