Skip to content

Commit 687006f

Browse files
Fix docs for lu:must be square
1 parent 9345b7b commit 687006f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/linalg/dpnp_iface_linalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ def lu_solve(lu_and_piv, b, trans=0, overwrite_b=False, check_finite=True):
977977
Parameters
978978
----------
979979
lu, piv : {tuple of dpnp.ndarrays or usm_ndarrays}
980-
LU factorization of matrix `a` (M, N) together with pivot indices.
980+
LU factorization of matrix `a` (M, M) together with pivot indices.
981981
b : {(M,), (..., M, K)} {dpnp.ndarray, usm_ndarray}
982982
Right-hand side
983983
trans : {0, 1, 2} , optional

0 commit comments

Comments
 (0)