solver move matricies
This commit is contained in:
@@ -25,8 +25,8 @@ void test() {
|
||||
|
||||
Solver solver;
|
||||
|
||||
Vect image = solver.Image(mat2);
|
||||
Vect noyau = solver.Kernel(mat2);
|
||||
Vect image = solver.Image(Matrix{mat2});
|
||||
Vect noyau = solver.Kernel(Matrix{mat2});
|
||||
|
||||
std::cout << "\tImage :\n";
|
||||
Print(image);
|
||||
|
||||
Reference in New Issue
Block a user