]> www.ginac.de Git - ginac.git/blob - ginac/polynomial/upoly_io.hpp
Univariate Hensel lifting now uses upoly.
[ginac.git] / ginac / polynomial / upoly_io.hpp
1 #ifndef GINAC_UPOLY_IO_HPP
2 #define GINAC_UPOLY_IO_HPP
3 #include <iostream>
4 #include "upoly.hpp"
5
6 namespace GiNaC
7 {
8 extern std::ostream& operator<<(std::ostream&, const upoly& );
9 extern std::ostream& operator<<(std::ostream&, const umodpoly& );
10 }
11
12 #endif // GINAC_UPOLY_IO_HPP