Computes the outer product of two 1-D arrays.
Arguments
- lhs, rhs
(
arrayish)
Two 1-D arrays. Can be of any data type; the two are promoted to a common data type.
Value
(arrayish)
Has the operands' common data type and shape
(length(lhs), length(rhs)).