add basic test

This commit is contained in:
2024-02-10 16:58:44 +01:00
parent 150e67e30b
commit 4c217a4b20
4 changed files with 73 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ class Matrix {
bool IsInversed() const;
bool operator==(const Matrix& other) const;
long double& operator[](std::size_t indice);
long double& at(std::size_t ligne, std::size_t colonne);