Template:APL built-ins: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
|-
|-
! Dyadic
! Dyadic
| [[Plus]] ∙ [[Subtract]] ∙ [[Equal to]] (Xnor) ∙ [[Not Equal to]] (Xor)
| [[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
| [[Identity]]
| [[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 ConjugateNotRollType
Dyadic AddSubtractEqual to (Xnor) ∙ Not Equal to (Xor)
Non-Scalar
Structural ShapeReshapeDepthRavelReverseRazeMixCut (K)
Selection TakeDropUniqueIdentity
Selector Interval index
Computational
Primitive operators Each
Quad names
Arrays Index originMigration level
Functions
Operators
Other ZildeHigh minusFunction axis