matrice augmenter
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user