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

@@ -8,6 +8,7 @@ class Solver {
public:
Solver(const Matrix& mat);
~Solver() {}
Vect Image() const;