format project

This commit is contained in:
2024-02-23 10:14:23 +01:00
parent efd0a88868
commit 82ad2e0696
10 changed files with 27 additions and 22 deletions

View File

@@ -16,10 +16,10 @@ void test() {
mat.Print();
// mat.Save("matrice4x4echelonne.mat"); */
Matrix mat2{"matrice4x4.mat"};
Matrix mat2 {"matrice4x4.mat"};
mat2.Print();
Solver solver{mat2};
Solver solver {mat2};
Vect image = solver.Image();
Vect noyau = solver.Noyau();