This commit is contained in:
2024-05-11 19:44:32 +02:00
parent 0d071b1cf9
commit 2975006972
10 changed files with 201 additions and 32 deletions

View File

@@ -10,10 +10,14 @@
class Matrix;
class Vect;
class VectAffine;
class BigInt;
std::ostream& operator<<(std::ostream& stream, const Matrix& mat);
std::istream& operator>>(std::istream& stream, Matrix& mat);
std::ostream& operator<<(std::ostream& stream, const BigInt& nbre);
std::istream& operator>>(std::istream& stream, BigInt& nbre);
/**
* \brief Charge une matrice à partir d'un fichier
* \param fileName Le chemin du fichier à charger