Move constructor @todo Check handling of MPI_Request
| 201 | /// Move constructor |
| 202 | /// @todo Check handling of MPI_Request |
| 203 | MatrixCSR(MatrixCSR&& A) = default; |
| 204 | |
| 205 | /// Copy constructor |
| 206 | /// @todo Check handling of MPI_Request |
nothing calls this directly
no test coverage detected