add basic test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user