added test case

This commit is contained in:
2025-04-29 20:49:59 +03:00
parent 1c5c9360c8
commit a0d1dc4313
2 changed files with 10 additions and 1 deletions

View File

@@ -375,7 +375,7 @@ namespace omath
result.At(row, column) = transposed.AlgComplement(row, column);
result /= det;
return {result};
}
private: