Bound: Difference between revisions

Jump to navigation Jump to search
7 bytes added ,  08:34, 9 July 2020
no edit summary
m (Array characteristics category)
No edit summary
Line 1: Line 1:
The [[bound]] of an array is the number of [[element]]s it contains, or equivalently the length ([[Tally]]) of its [[ravel]] vector or the product (<source lang=apl inline>×/</source>) of its [[shape]].
The [[bound]] of an array is the number of [[element]]s it contains, or equivalently the length ([[Tally]]) of its [[ravel]] vector or the [[product]] of its [[shape]] (<source lang=apl inline>×/</source>).


The bound can be derived axiomatically as a function of the [[shape]] from two rules:
The bound can be derived axiomatically as a function of the [[shape]] from two rules:

Navigation menu