Subarray: Difference between revisions

Jump to navigation Jump to search
32 bytes added ,  14:10, 30 April 2020
m
Array relationships category
m (3 revisions imported: Migrate from miraheze)
m (Array relationships category)
Line 48: Line 48:
[[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.
[[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}}
{{APL features}}[[Category:Array relationships]]

Navigation menu