Template:APL built-ins: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
|- | |- | ||
! Dyadic | ! Dyadic | ||
| [[ | | [[Add]] ∙ [[Subtract]] ∙ [[Equal to]] (Xnor) ∙ [[Not Equal to]] (Xor) | ||
|- | |- | ||
! rowspan="5" | [[Mixed function|Non-Scalar]] | ! rowspan="5" | [[Mixed function|Non-Scalar]] | ||
|- | |- | ||
! [[Structural function|Structural]] | ! [[Structural function|Structural]] | ||
| [[Shape]] ∙ [[Reshape]] ∙ [[Depth]] ∙ [[Ravel]] ∙ [[Reverse]] ∙ [[Raze]] | | [[Shape]] ∙ [[Reshape]] ∙ [[Depth]] ∙ [[Ravel]] ∙ [[Reverse]] ∙ [[Raze]] ∙ [[Mix]] ∙ [[Cut (K)]] | ||
|- | |- | ||
! Selection | ! Selection | ||
| [[Take]] ∙ [[Drop]] ∙ [[Unique]] | | [[Take]] ∙ [[Drop]] ∙ [[Unique]] ∙ [[Identity]] | ||
|- | |- | ||
! Selector | ! Selector | ||
| [[ | | [[Interval index]] | ||
|- | |- | ||
! Computational | ! Computational | ||
Line 42: | Line 42: | ||
|- | |- | ||
! Other | ! Other | ||
| colspan="3" | [[Zilde]] ∙ [[High minus]] | | colspan="3" | [[Zilde]] ∙ [[High minus]] ∙ [[Function axis]] | ||
|} | |} |
Revision as of 00:37, 13 January 2020
APL built-ins [edit] | |||
---|---|---|---|
Primitive functions | |||
Scalar | |||
Monadic | Conjugate ∙ Not ∙ Roll ∙ Type | ||
Dyadic | Add ∙ Subtract ∙ Equal to (Xnor) ∙ Not Equal to (Xor) | ||
Non-Scalar | |||
Structural | Shape ∙ Reshape ∙ Depth ∙ Ravel ∙ Reverse ∙ Raze ∙ Mix ∙ Cut (K) | ||
Selection | Take ∙ Drop ∙ Unique ∙ Identity | ||
Selector | Interval index | ||
Computational | |||
Primitive operators | Each | ||
Quad names | |||
Arrays | Index origin ∙ Migration level | ||
Functions | |||
Operators | |||
Other | Zilde ∙ High minus ∙ Function axis |