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 d341e22 commit f5da4fbCopy full SHA for f5da4fb
include/eigenpy/decompositions/sparse/LU.hpp
@@ -70,8 +70,6 @@ struct SparseLUVisitor : public boost::python::def_visitor<
70
"Performs a numeric decomposition of a given matrix.\n"
71
"The given matrix must has the same sparcity than the matrix on "
72
"which the symbolic decomposition has been performed.")
73
- .def("simplicialfactorize", &Solver::simplicialfactorize,
74
- bp::args("self", "matrix"))
75
76
// TODO: Expose so that the return type are convertible to np arrays
77
// transpose()
0 commit comments