We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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