Quick - þ
- Outer Product / Table
Characters: þ
Arity: dyadic
The resulting link is dyadic, meaning it takes two arguments. Note that the arity refers to that of the resulting link, not the number of links this quick consumes.
Functionality
Outer Product / Table; equivalent to €
(Each) followed by Ɱ
(Each (Right)).
Details
Returns a matrix where the element at row i
and column y
is the result of calling the link on the j
th element of the left argument and the i
th element of the right argument.
Syntax
<dyad>þ
- outer product / table