A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://data-apis.org/array-api/latest/extensions/generated/array_api.linalg.outer.html below:

outer — Python array API standard 2024.12 documentation

outer
outer(x1: array, x2: array, /) array

Returns the outer product of two vectors x1 and x2.

Parameters:
  • 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.

Returns:

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