merge (inapropriately) detached2 to main

This commit is contained in:
emil
2024-10-07 12:53:55 +03:00
parent 253cf335ce
commit 6e9ce3c894
8 changed files with 196 additions and 25 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ FracturedMatrix& FracturedMatrix::operator=(const FracturedMatrix& other) {
return *this;
}
DestroyMatrix destroyGeneralMatrix(Matrix& generalMatrix) {
DestroyMatrix disassembleGeneralMatrix(Matrix& generalMatrix) {
int rows = generalMatrix.getRows();
int cols = generalMatrix.getColumns();