File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spec/API_specification/array_api Expand file tree Collapse file tree 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]:
139139 Parameters
140140 ----------
141141 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.
143143
144144 Returns
145145 -------
@@ -179,7 +179,7 @@ def eigvalsh(x: array, /) -> array:
179179 Parameters
180180 ----------
181181 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.
183183
184184 Returns
185185 -------
You can’t perform that action at this time.
0 commit comments