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 52d6d4a commit bbdcdbcCopy full SHA for bbdcdbc
dpnp/linalg/dpnp_iface_linalg.py
@@ -1628,8 +1628,7 @@ def solve(a, b):
1628
-----
1629
The `b` array is only treated as a shape (M,) column vector if it is
1630
exactly 1-dimensional. In all other instances it is treated as a stack
1631
- of (M, K) matrices. Previously `b` would be treated as a stack of (M,)
1632
- vectors if ``b.ndim`` was equal to ``a.ndim - 1``.
+ of (M, K) matrices.
1633
1634
Examples
1635
--------
0 commit comments