Subarray: Difference between revisions

Jump to navigation Jump to search
12 bytes removed ,  23:37, 16 November 2019
m
Text replacement - "{{APL programming language}}" to "{{APL features}}"
Miraheze>Marshall
No edit summary
Miraheze>Adám Brudzewsky
m (Text replacement - "{{APL programming language}}" to "{{APL features}}")
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 programming language}}
{{APL features}}

Navigation menu