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

@@ -23,7 +23,7 @@ void test() {
Solver solver {mat2};
Vect image = solver.Image();
Vect noyau = solver.Noyau();
Vect noyau = solver.Kernel();
std::cout << "\tImage :\n";
image.Print();
@@ -35,7 +35,7 @@ void test() {
noyau.GetLinearSystem().Print();
std::cout << "\n\n";
solver.SystemeTriangulaire().Print();
solver.TriangularSystem().Print();
}
void prompt() {