How to apply a function to each row¶
Use rank 1 to apply a function to each row (1-cell) of a matrix:
Warning
Always parenthesise the derived function: (f⍤1) M, not f⍤1 M. Without parentheses, 1 M forms a strand that becomes the rank operand.
See also: Apply to columns, Replace bracket-axis