Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f1b467

Browse files
authored
Add complex number support to linalg.det (#542)
1 parent 35cbf3d commit 3f1b467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/array_api/linalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def det(x: array, /) -> array:
7878
Parameters
7979
----------
8080
x: array
81-
input array having shape ``(..., M, M)`` and whose innermost two dimensions form square matrices. Should have a real-valued floating-point data type.
81+
input array having shape ``(..., M, M)`` and whose innermost two dimensions form square matrices. Should have a floating-point data type.
8282
8383
Returns
8484
-------

0 commit comments

Comments
 (0)