matrice augmenter

This commit is contained in:
2024-02-14 21:31:05 +01:00
parent cf64e4d33c
commit 8ef738db55
2 changed files with 21 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ class Matrix {
bool IsInversed() const;
void Augmenter(const Matrix& droite);
Matrix SubMatrix(std::size_t origine_ligne, std::size_t origine_colonne, std::size_t ligne, std::size_t colonne) const;
bool operator==(const Matrix& other) const;