Operators¶
Operators take functions (and sometimes arrays) as operands and produce derived functions.
- Reduce (
/) — insert function between elements - Scan (
\) — running reduction - First-Axis Reduce and Scan (
⌿⍀) - Outer Product (
∘.f) - Inner Product (
f.g) - Rank (
⍤) — apply at specific cell rank - I-Beam (
⌶) — Python FFI