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