Template:APL built-ins: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
|- | |- | ||
! Selection | ! Selection | ||
| [[First]] ∙ [[Take]] ∙ [[Drop]] ∙ [[Unique]] ∙ [[Identity]] ∙ [[Select]] | | [[First]] ∙ [[Take]] ∙ [[Drop]] ∙ [[Unique]] ∙ [[Identity]] ∙ [[Select]] ∙ [[Bracket index]] | ||
|- | |- | ||
! Selector | ! Selector | ||
Line 28: | Line 28: | ||
|- | |- | ||
! rowspan="2" | [[Primitive operator]]s !! Monadic | ! rowspan="2" | [[Primitive operator]]s !! Monadic | ||
| colspan="2" | [[Each]] ∙ [[Replicate]] ∙ [[Commute]] | | colspan="2" | [[Each]] ∙ [[Replicate]] ∙ [[Commute]] ∙ [[Function axis]] | ||
|- | |- | ||
! Dyadic | ! Dyadic | ||
Line 43: | Line 43: | ||
! Operators | ! Operators | ||
| colspan="2" | | | colspan="2" | | ||
|} | |} |
Revision as of 12:38, 1 May 2020
APL built-ins [edit] | |||
---|---|---|---|
Primitive functions | |||
Scalar | |||
Monadic | Conjugate ∙ Negate ∙ Signum ∙ Not ∙ Roll ∙ Type | ||
Dyadic | Add ∙ Subtract ∙ Times ∙ Divide ∙ Equal to (Xnor) ∙ Not Equal to (Xor) ∙ Minimum ∙ Maximum ∙ Comparison functions ∙ Complex | ||
Non-Scalar | |||
Structural | Shape ∙ Reshape ∙ Tally ∙ Depth ∙ Ravel ∙ Reverse ∙ Raze ∙ Mix ∙ Cut (K) ∙ Pair ∙ Replicate ∙ Partitioned Enclose | ||
Selection | First ∙ Take ∙ Drop ∙ Unique ∙ Identity ∙ Select ∙ Bracket index | ||
Selector | Index generator ∙ Interval Index ∙ Indices | ||
Computational | Match ∙ Not Match ∙ Nub Sieve ∙ Format ∙ Execute | ||
Primitive operators | Monadic | Each ∙ Replicate ∙ Commute ∙ Function axis | |
Dyadic | Beside ∙ Bind ∙ Reverse Compose | ||
Quad names | |||
Arrays | Index origin ∙ Migration level | ||
Functions | |||
Operators |