vectorial space to linear equation
All checks were successful
Linux arm64 / Build (push) Successful in 30s

This commit is contained in:
2024-02-14 22:22:59 +01:00
parent 4ffeea8900
commit a1d74ec126
4 changed files with 25 additions and 4 deletions

View File

@@ -22,6 +22,8 @@ class Vect {
std::size_t GetDimension() const;
Matrix GetLinearSystem() const;
private:
void Simplify();
};