Loading src/Python/pytnl/tnl/SparseMatrix.h +0 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
src/Python/pytnl/tnl/SparseMatrix.h +0 −1 Original line number Diff line number Diff line Loading @@ -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; Loading