Quick - þ - Outer Product / Table

Characters: þ

Tags: hyper , array , matrix

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 jth element of the left argument and the ith element of the right argument.

Syntax