added test case

This commit is contained in:
2025-04-29 20:49:59 +03:00
parent efadf3a918
commit ef787fd4e7
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: