english name for symbols
Some checks failed
Linux arm64 / Build (push) Failing after 1m56s

This commit is contained in:
2024-02-23 11:03:38 +01:00
parent 99eca82b3a
commit 5a5c247019
7 changed files with 63 additions and 63 deletions

View File

@@ -12,9 +12,9 @@ class Solver {
~Solver() {}
Vect Image() const;
Vect Noyau() const;
Vect Kernel() const;
VectAffine SystemeTriangulaire() const;
VectAffine TriangularSystem() const;
std::size_t Rang() const;
std::size_t Rank() const;
};