Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spec/API_specification/array_api/linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,9 @@ def outer(x1: array, x2: array, /) -> array:
Parameters
----------
x1: array
first one-dimensional input array of size ``N``. Should have a real-valued data type.
first one-dimensional input array of size ``N``. Must have a numeric data type.
x2: array
second one-dimensional input array of size ``M``. Should have a real-valued data type.
second one-dimensional input array of size ``M``. Must have a numeric data type.

Returns
-------
Expand Down