File tree 1 file changed +2
-2
lines changed
spec/API_specification/array_api
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ def eigh(x: array, /) -> Tuple[array]:
139
139
Parameters
140
140
----------
141
141
x: array
142
- input array having shape ``(..., M, M)`` and whose innermost two dimensions form square matrices. Must have a floating-point data type.
142
+ input array having shape ``(..., M, M)`` and whose innermost two dimensions form square matrices. Should have a floating-point data type.
143
143
144
144
Returns
145
145
-------
@@ -179,7 +179,7 @@ def eigvalsh(x: array, /) -> array:
179
179
Parameters
180
180
----------
181
181
x: array
182
- input array having shape ``(..., M, M)`` and whose innermost two dimensions form square matrices. Must have a floating-point data type.
182
+ input array having shape ``(..., M, M)`` and whose innermost two dimensions form square matrices. Should have a floating-point data type.
183
183
184
184
Returns
185
185
-------
You can’t perform that action at this time.
0 commit comments