MapThread
returns
{f(a1, b1, ...), f(a2, b2, ...), ...}
.
applies
f
at leveln
.
Examples
Non-negative machine-sized integer expected at position 3
in MapThread(f, {{a, b}, {c, d}}, {1})
.
Object {a, b}
at position {2, 1}
in MapThread(f, {{a, b}, {c, d}}, 2)
has only 1
of required 2
dimensions.
Incompatible dimensions of objects at positions {2, 1}
and {2, 2}
of MapThread(f, {{a}, {b, c}})
; dimensions are 1
and 2
.
Object a at position {2, 1}
in MapThread(f, {a, b}, 1)
has only 0
of required 1
dimensions.
Implementation status
- ✅ - full supported