Search results

Jump to navigation Jump to search
  • ...on rank]]. For the operator that applies a function at a given rank, see [[Rank (operator)]].'' ...ucture, or the length of its [[shape]]. The traditional expression for the rank of an array <syntaxhighlight lang=apl inline>A</syntaxhighlight> is <syntax
    1 KB (175 words) - 21:45, 10 September 2022
  • ...yalog APL]], the maximum rank is 15, so taking an [[Outer Product]] of two rank-8 arrays fails: LIMIT ERROR: Rank of resultant array would exceed maximum permitted
    2 KB (230 words) - 22:13, 10 September 2022
  • ...e primitive function. For system limits, see [[LIMIT ERROR]] and [[Maximum rank]].'' ...s are [[tolerant comparison|tolerantly]] equal. As a [[Boolean function]], Maximum is identical to [[Or]].
    2 KB (317 words) - 21:28, 10 September 2022
  • ...ines [[Close composition|"close" composition operators]] which inherit the rank of their right operand—the [[derived function]] produced by such a compos ....</ref> In [[J]] every function, primitive or user-defined, has a function rank.
    4 KB (618 words) - 18:06, 29 January 2024
  • ...he term sub-array may also be used to refer part of an array with lesser [[rank]] (i.e. a [[cell]]) or [[depth]].'' ...ght call such subarrays ''equal-rank'' subarrays. Otherwise a subarray has rank less than or equal to its containing array.
    3 KB (442 words) - 09:27, 14 September 2022
  • ...ed as if the shape is prepended with ones. If the left argument has higher rank, Find does not error, but it is never found in the right argument (resultin ...'DAY'⍷WEEK ⍝ Find the pattern 'DAY' in WEEK; right arg may have higher rank
    5 KB (595 words) - 21:36, 10 September 2022
  • ...l to the [[maximum rank]]. The length of an array's shape is the array's [[rank]], and the product of the shape is its [[bound]]. If the shape is [[Empty a
    2 KB (340 words) - 22:05, 10 September 2022
  • ...n over an axis other than the first is performed via the [[Rank (operator)|Rank operator]], which [[mix|mixes]] the results into a flat array. Reduction by [[Minimum]] or [[Maximum]] gives the minimum or maximum over several numbers. Same goes for [[And]], [[Or]], [[GCD]], [[LCM]], and
    4 KB (570 words) - 19:11, 26 June 2023
  • ...right in the same way. Like Take, the left argument is subject to [[scalar rank extension]], and in some APLs the right is as well. s ,← ((0=≢s)×≢⍺)⍴1 ⍝ Scalar rank extension
    4 KB (605 words) - 21:23, 10 September 2022
  • All scalar functions have rank zero. ...ghlight lang=apl inline>⌈</syntaxhighlight> || [[Ceiling]] || [[Maximum]]
    16 KB (1,323 words) - 03:23, 11 May 2024
  • ...ighlight> in [[Dyalog APL]] (where 99 exceeds the system's maximum array [[rank]]). ...ntaxhighlight lang=j inline>{</syntaxhighlight> has a left [[Function rank|rank]] of 0, so that results are [[mix]]ed together and those with different sha
    6 KB (853 words) - 15:55, 19 February 2024
  • ...btract]], [[Multiply]], [[Divide]], [[Floor]], [[Ceiling]], [[Minimum]], [[Maximum]], [[Absolute value]], [[Modulus]], [[Exponential]], [[Power]], [[Not]], [[ ...ending [[Compress]] ([[Bob Bernecky|Bernecky]] 1980) <br/> dyadic and high-rank [[Grade]] (proposed Howard Smith 1979)
    8 KB (788 words) - 22:14, 18 March 2024
  • ...ystem implemented [[Phil Abrams]]' [[subscript calculus]] by storing the [[rank]] and [[shape]] of an array, along with delta and offset vectors, separatel ...this process. Combined functions such as <syntaxhighlight inline lang=apl>RANK</syntaxhighlight>, produced from two adjacent [[Shape]] functions, and <syn
    11 KB (1,609 words) - 22:06, 8 August 2023
  • ...ighlight lang=apl inline>⌈</syntaxhighlight> || [[Ceiling]] || [[Maximum]] | <syntaxhighlight lang=apl inline>⍴</syntaxhighlight> || Rank vector ([[Shape]]) || Replication ([[Reshape]])
    7 KB (773 words) - 17:37, 19 March 2024
  • ...b''. <syntaxhighlight lang=apl inline>⌈⌿</syntaxhighlight> is the columnar maximum-[[reduce|reduction]]: The [[Rank operator]] (<syntaxhighlight lang=apl inline>⍤</syntaxhighlight>) allows
    21 KB (2,593 words) - 21:38, 10 September 2022
  • | <code>⌈</code> || [[Ceiling]] || [[Maximum]] | <code>=</code> || [[Rank]] || [[Equals]]
    11 KB (1,330 words) - 15:35, 6 March 2024
  • ...|| Compress extended to [[Replicate]]; [[LCM]] and [[GCD]]; [[Grade]] on rank >1<ref>IPSA. [https://www.softwarepreservation.org/projects/apl/Manuals/Sha | 15 || 1983-05 || [[Rank operator]] and [[Function rank]]; [[Left|Lev]] (<syntaxhighlight lang=apl inline>⊣</syntaxhighlight>), [
    22 KB (2,017 words) - 03:25, 11 May 2024
  • | <code>↥</code> || [[Maximum]]/[[Logical Or]] || Take the maximum of two arrays (Can use for logical OR.) || max | <code>☇</code> || Rerank || Change the rank of an array's rows
    16 KB (2,314 words) - 20:02, 14 April 2024
  • ...o did significant work on Dyalog's interpreter, in particular optimising [[Maximum]], [[Minimum]], and [[Plus]] [[Reduce|reductions]] using [[vector instructi ...olved in designing several extensions to Dyalog primitives, including high-rank [[Unique]] in [[Dyalog APL 17.0]] and the decision to allow duplicate left
    6 KB (887 words) - 14:50, 4 March 2024
  • ...so in the very specific context of the right operand of [[Rank (operator)|Rank]], 15=∞.
    15 KB (2,230 words) - 14:57, 4 March 2024
  • ...log has also popularised [[SHARP APL]] and [[J]] innovations such as the [[Rank operator]] and [[train]]s among nested APLs. ...mitives on flat arrays, and brought concepts such as the [[Rank (operator)|Rank operator]], [[trains]], and [[Function composition|composition operators]],
    32 KB (3,640 words) - 23:27, 10 March 2024
  • ...yntaxhighlight lang=apl inline>></syntaxhighlight>, and given a [[function rank]] of 0, which causes it to behave as [[Mix]]. [[First]] is not a primitive. ...[[singleton extension]]. Most support it fully, so that a singleton of any rank is extended. [[APL2]] supports it only for scalars and one-element vectors
    21 KB (1,991 words) - 06:36, 17 March 2024
  • | <syntaxhighlight lang=apl inline>⌈</syntaxhighlight> [[Maximum]] || Maximieren<ref name="Lattermann"/> | [[Rank]] || Rang
    15 KB (1,754 words) - 14:44, 4 March 2024
  • ...l inline>↓</syntaxhighlight> ([[Mix]] and [[Split]]) increase and decrease rank (if possible) when used monadically. ...an also be seen as indicators on a vertical number line, pointing at the [[maximum]] and [[minimum]], respectively.
    28 KB (3,594 words) - 08:54, 3 August 2023
  • ...e]]s: 1-byte, 2-byte, or 4-byte code points could be used depending on the maximum code point in the string. In each case a single element is a single code po ...). [[Function train]]s, another J feature, were also introduced. Of these, Rank differs from J's definition because it does not allow complete [[leading ax
    33 KB (4,425 words) - 23:27, 10 March 2024
  • A number following the type indicates the rank, e.g. |<syntaxhighlight lang=apl inline>A0</syntaxhighlight>||Any scalar (rank 0)
    228 KB (28,000 words) - 22:16, 10 September 2022
  • * '''19: Heterogeneous Development with Maximum Reuse of APL Assets''', Lars Stampe Villadsen & Martin Petri (SimCorp) * '''26: The Rank Operator''', [[Roger Hui]] ([https://www.dyalog.com/uploads/conference/dyal
    135 KB (18,206 words) - 19:11, 20 February 2024
  • * '''An extension of the domain of the APL domino function to rank deficient linear least squares systems'''. Augustin A. Dubrulle. [https://d * '''Determining probability distributions by maximum entropy and minimum cross-entropy'''. Rodney W. Johnson. [https://doi.org/1
    168 KB (20,470 words) - 00:01, 16 April 2024