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 a0ae2c9 commit 7030e32Copy full SHA for 7030e32
include/nanoeigenpy/decompositions/sparse/SimplicialCholesky.hpp
@@ -39,7 +39,7 @@ struct SimplicialCholeskyVisitor : nb::def_visitor<SimplicialCholeskyVisitor> {
39
40
.def(
41
"compute",
42
- [](Solver &self, MatrixType const &matrix) {
+ [](Solver &self, MatrixType const &matrix) -> decltype(auto) {
43
return self.compute(matrix);
44
},
45
nb::arg("matrix"),
0 commit comments