This commit is contained in:
2020-08-01 17:44:18 +03:00
parent 6ede5c533e
commit c7c078d7be
3 changed files with 78 additions and 20 deletions

View File

@@ -80,7 +80,6 @@ namespace MatrixExtensions
res[i, j] = src[i, j];
}
}
return res;
}
}