english name for symbols
Some checks failed
Linux arm64 / Build (push) Failing after 1m56s

This commit is contained in:
2024-02-23 11:03:38 +01:00
parent 99eca82b3a
commit 5a5c247019
7 changed files with 63 additions and 63 deletions

View File

@@ -25,7 +25,7 @@ int main() {
Solver solver {mat};
assert(solver.Image() == image);
assert(solver.Noyau() == noyau);
assert(solver.Kernel() == noyau);
}
return 0;
}