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.
1 parent fa3b9eb commit 645df93Copy full SHA for 645df93
shared-bindings/ulab/__init__.rst
@@ -284,14 +284,14 @@ much more efficient than expressing the same operation as a Python loop.
284
.. method:: eig(m)
285
286
:param m: a square matrix
287
- :return tuple (eigenvectors, eigenvaues):
+ :return tuple (eigenvectors, eigenvalues):
288
289
Computes the eigenvalues and eigenvectors of a square matrix
290
291
292
.. method:: eye(size, \*, dtype=float)
293
294
- :param int: size - The number of rows and colums in the matrix
+ :param int: size - The number of rows and columns in the matrix
295
296
Returns a square matrix with all the diagonal elements set to 1 and all
297
other elements set to 0
0 commit comments