Skip to content

Commit 6005cbf

Browse files
Remove the limitation section
1 parent 55625eb commit 6005cbf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dpnp/linalg/dpnp_iface_linalg.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -947,11 +947,6 @@ def lu_factor(a, overwrite_a=False, check_finite=True):
947947
This function synchronizes in order to validate array elements
948948
when ``check_finite=True``.
949949
950-
Limitations
951-
-----------
952-
Only two-dimensional input matrices are supported.
953-
Otherwise, the function raises ``NotImplementedError`` exception.
954-
955950
Examples
956951
--------
957952
>>> import dpnp as np

0 commit comments

Comments
 (0)