Commit 099ae2fb authored by Jakub Klinkovský's avatar Jakub Klinkovský Committed by Tomáš Oberhuber
Browse files

Removed performSORIteration from DistributedMatrix

parent 0400f158
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -149,7 +149,6 @@ void export_Matrix( py::module & m, const char* name )
      // TODO: these two don't work
      //.def("addMatrix",           &Matrix::addMatrix)
      //.def("getTransposition",    &Matrix::getTransposition)
      //.def("performSORIteration", &Matrix::template performSORIteration< VectorType, VectorType >)
      // TODO: export for more types
      .def("assign", []( Matrix& matrix, const Matrix& other ) -> Matrix& {
               return matrix = other;