File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ where small inconsistencies can propagate into larger correctness issues.
6969Several new APIs have been introduced in this release to expand functionality
7070and improve usability:
7171
72- - ` broadcast_shapes ` : broadcasts one or more shapes against one another.
73- - ` isin ` : tests for each element in an array whether the element is in
72+ - ` broadcast_shapes ` : broadcasts one or more shapes against one another.
73+ - ` isin ` : tests for each element in an array whether the element is in
7474 another array.
75- - ` linalg.eig ` : returns the eigenvalues and eigenvectors of a real or complex
75+ - ` linalg.eig ` : returns the eigenvalues and eigenvectors of a real or complex
7676 matrix.
77- - ` linalg.eigvals ` : returns the eigenvalues of a real or complex matrix.
77+ - ` linalg.eigvals ` : returns the eigenvalues of a real or complex matrix.
7878
7979These additions further close the gap between the Array API standard and
8080established numerical computing libraries.
You can’t perform that action at this time.
0 commit comments