Skip to content

Commit f5da4fb

Browse files
Lucas-Haubertjcarpent
authored andcommitted
decompositions: removed simplicialfactorize in SparseLU
1 parent d341e22 commit f5da4fb

File tree

1 file changed

+0
-2
lines changed
  • include/eigenpy/decompositions/sparse

1 file changed

+0
-2
lines changed

include/eigenpy/decompositions/sparse/LU.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ struct SparseLUVisitor : public boost::python::def_visitor<
7070
"Performs a numeric decomposition of a given matrix.\n"
7171
"The given matrix must has the same sparcity than the matrix on "
7272
"which the symbolic decomposition has been performed.")
73-
.def("simplicialfactorize", &Solver::simplicialfactorize,
74-
bp::args("self", "matrix"))
7573

7674
// TODO: Expose so that the return type are convertible to np arrays
7775
// transpose()

0 commit comments

Comments
 (0)