Template:APL built-ins: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
(Add square root (monadic) and root (dyadic))
No edit summary
(10 intermediate revisions by 2 users not shown)
Line 16: Line 16:
|-
|-
! [[Structural function|Structural]]
! [[Structural function|Structural]]
| [[Shape]] ∙ [[Reshape]] ∙ [[Tally]] ∙ [[Depth]] ∙ [[Ravel]] ∙ [[Enlist]] ∙ [[Table]] ∙ [[Catenate]] ∙ [[Reverse]] ∙ [[Rotate]] ∙ [[Transpose]] ∙ [[Raze]] ∙ [[Mix]] ∙ [[Split]] ∙ [[Enclose]] ∙ [[Nest]] ∙ [[Cut (K)]] ∙ [[Pair]] ∙ [[Partitioned Enclose]] ∙ [[Partition]]
| [[Shape]] ∙ [[Reshape]] ∙ [[Tally]] ∙ [[Depth]] ∙ [[Ravel]] ∙ [[Enlist]] ∙ [[Table]] ∙ [[Catenate]] ∙ [[Reverse]] ∙ [[Rotate]] ∙ [[Transpose]] ∙ [[Raze]] ∙ [[Mix]] ∙ [[Split]] ∙ [[Enclose]] ∙ [[Nest]] ∙ [[Cut (K)]] ∙ [[Pair]] ∙ [[Link]] ∙ [[Partitioned Enclose]] ∙ [[Partition]]
|-
|-
! Selection
! Selection
Line 25: Line 25:
|-
|-
! Computational
! Computational
| [[Match]] ∙ [[Not Match]] ∙ [[Membership]] ∙ [[Find]] ∙ [[Nub Sieve]] ∙ [[Encode]] ∙ [[Decode]] ∙ [[Matrix Inverse]] ∙ [[Matrix Divide]] ∙ [[Format]] ∙ [[Execute]] ∙ [[Materialise]]
| [[Match]] ∙ [[Not Match]] ∙ [[Membership]] ∙ [[Find]] ∙ [[Nub Sieve]] ∙ [[Encode]] ∙ [[Decode]] ∙ [[Matrix Inverse]] ∙ [[Matrix Divide]] ∙ [[Format]] ∙ [[Execute]] ∙ [[Materialise]] ∙ [[Range]]
|-
|-
! rowspan="2" | [[Primitive operator]]s !! Monadic
! rowspan="2" | [[Primitive operator]]s !! Monadic
Line 31: Line 31:
|-
|-
! Dyadic
! Dyadic
| colspan="2" | [[Inner Product]] ∙ [[Power (operator)|Power]] [[Rank (operator)|Rank]] ∙ [[Bind]] ∙ [[Beside]] ∙ [[Reverse Compose]] ∙ [[Atop]] ∙ [[Over]] ∙ [[At]] ∙ [[Variant]] ∙ [[Stencil]] ∙ [[Depth (operator)|Depth]]
| colspan="2" | [[Bind]] ∙ [[Function composition|Composition]]s ([[Compose]], [[Reverse Compose]], [[Beside]], [[Withe]], [[Atop (operator)|Atop]], [[Over]]) ∙ [[Inner Product]] ∙ [[Power (operator)|Power]] ∙ [[At]] ∙ [[Under]] ∙ [[Rank (operator)|Rank]] ∙ [[Depth (operator)|Depth]] ∙ [[Variant]] ∙ [[Stencil]] ∙ [[Cut (J)]]
|-
|-
! rowspan="4" | [[Quad name]]s
! rowspan="4" | [[Quad name]]s
|-
|-
! Arrays
! Arrays
| colspan="2" | [[Index origin]] ∙ [[Migration level]]
| colspan="2" | [[Index origin]] ∙ [[Migration level]] ∙ [[Atomic vector]]
|-
|-
! [[System function|Functions]]
! [[System function|Functions]]
| colspan="2" |  
| colspan="2" | [[Name class]] ∙ [[Case convert]] ∙ [[Unicode convert]]
|-
|-
! Operators
! Operators
| colspan="2" |
| colspan="2" | [[Search]] ∙ [[Replace]]
|}
|}

Revision as of 08:29, 22 November 2021

APL built-ins [edit]
Primitive functions
Scalar
Monadic ConjugateNegateSignumReciprocalMagnitudeExponentialNatural LogarithmFloorCeilingFactorialNotPi TimesRollTypeImaginarySquare Root
Dyadic AddSubtractTimesDivideResiduePowerLogarithmMinimumMaximumBinomialComparison functionsBoolean functions (And, Or, Nand, Nor) ∙ GCDLCMCircularComplexRoot
Non-Scalar
Structural ShapeReshapeTallyDepthRavelEnlistTableCatenateReverseRotateTransposeRazeMixSplitEncloseNestCut (K)PairLinkPartitioned EnclosePartition
Selection FirstPickTakeDropUniqueIdentitySelectReplicateExpandSet functions (IntersectionUnionWithout) ∙ Bracket indexingIndex
Selector Index generatorGradeIndex OfInterval IndexIndicesDeal
Computational MatchNot MatchMembershipFindNub SieveEncodeDecodeMatrix InverseMatrix DivideFormatExecuteMaterialiseRange
Primitive operators Monadic EachCommuteConstantReplicateExpandReduceWindowed ReduceScanOuter ProductKeyI-beamSpawnFunction axis
Dyadic BindCompositions (Compose, Reverse Compose, Beside, Withe, Atop, Over) ∙ Inner ProductPowerAtUnderRankDepthVariantStencilCut (J)
Quad names
Arrays Index originMigration levelAtomic vector
Functions Name classCase convertUnicode convert
Operators SearchReplace