Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
linalg.det
1 parent 35cbf3d commit 3f1b467Copy full SHA for 3f1b467
spec/API_specification/array_api/linalg.py
@@ -78,7 +78,7 @@ def det(x: array, /) -> array:
78
Parameters
79
----------
80
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.
+ input array having shape ``(..., M, M)`` and whose innermost two dimensions form square matrices. Should have a floating-point data type.
82
83
Returns
84
-------
0 commit comments