format project
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user