resolve rectangular systems

This commit is contained in:
2024-02-21 22:01:31 +01:00
parent 99467048e2
commit 54798d0ff2
5 changed files with 50 additions and 1 deletions

View File

@@ -32,6 +32,9 @@ void test() {
noyau.Print();
std::cout << "Système :\n";
noyau.GetLinearSystem().Print();
std::cout << "\n\n";
solver.SystemeTriangulaire().Print();
}
void prompt() {