Skip to content

Commit

Permalink
Update jormungandr/cpp/autodiff/BindVariableMatrices.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Dec 21, 2023
1 parent 7ab4e01 commit 5eeddd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jormungandr/cpp/autodiff/BindVariableMatrices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ void BindVariableMatrix(py::module_& autodiff,

return py::cast(self.Block(rowOffset, colOffset, blockRows, blockCols));
});

variable_matrix.def("row", py::overload_cast<int>(&VariableMatrix::Row));
variable_matrix.def("col", py::overload_cast<int>(&VariableMatrix::Col));
variable_matrix.def(
Expand Down

0 comments on commit 5eeddd3

Please sign in to comment.