9 #define OSTREAM std::ostream 10 #elif defined(HAVE_IOSTREAM_H) 12 #define OSTREAM ostream 23 AFactor() : _factor(1), _minpoly (1), _exp(0) {}
25 AFactor(
const T &
f,
const T &
m,
int e ) : _factor(f), _minpoly (m), _exp(e) {}
26 AFactor(
const T &
f,
const T &
m ) : _factor(f), _minpoly (m), _exp(1) {}
38 template <
class T>
int 43 OSTREAM& operator<< ( OSTREAM & os, const AFactor<T> &
f );
AFactor(const T &f, const T &m, int e)
AFactor(const AFactor< T > &f)
int operator==(const AFactor< T > &, const AFactor< T > &)
AFactor(const T &f, const T &m)
void print(OSTREAM &) const
AFactor< T > & operator=(const AFactor< T > &)