Skip to content

Commit 4554ce7

Browse files
committed
Add lu_factor and lu_solve to be exposed as a part of linalg submodule
1 parent 01fc3a7 commit 4554ce7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dpnp/linalg/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
eigvalsh,
5151
inv,
5252
lstsq,
53+
lu_factor,
54+
lu_solve,
5355
matmul,
5456
matrix_norm,
5557
matrix_power,

0 commit comments

Comments
 (0)