Returns the outer product of two vectors x1
and x2
.
x1 (array) – first one-dimensional input array of size N
. Must have a numeric data type.
x2 (array) – second one-dimensional input array of size M
. Must have a numeric data type.
out (array) – a two-dimensional array containing the outer product and whose shape is (N, M)
. The returned array must have a data type determined by Type Promotion Rules.
Notes
Changed in version 2022.12: Added complex data type support.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4