nr_Z.inl File Reference
This graph shows which files directly or indirectly include this file:
Data Structures | |
| class | Z_NR< Z > |
Macros | |
| #define | FPLLL_NR_Z_H |
Functions | |
| template<class T > | |
| ostream & | operator<< (ostream &os, const Z_NR< T > &x) |
| template<class T > | |
| istream & | operator>> (istream &is, Z_NR< T > &x) |
Macro Definition Documentation
◆ FPLLL_NR_Z_H
| #define FPLLL_NR_Z_H |
Function Documentation
◆ operator<<()
template<class T >
| ostream & operator<< | ( | ostream & | os, |
| const Z_NR< T > & | x | ||
| ) |
LDConvHelper provides conversion functions between mpz_t and long double which are not (yet) in GMP. It uses mpfr so it is slow. overloading stream operators Prints x on stream os.
◆ operator>>()
template<class T >
| istream & operator>> | ( | istream & | is, |
| Z_NR< T > & | x | ||
| ) |
Reads x from stream is.
1.9.4