]> www.ginac.de Git - ginac.git/blob - ginac/polynomial/upoly_io.h
b88f602fd5d684ebc7e734a62cd86587443ae5ab
[ginac.git] / ginac / polynomial / upoly_io.h
1 #ifndef GINAC_UPOLY_IO_HPP
2 #define GINAC_UPOLY_IO_HPP
3 #include <iostream>
4 #include "upoly.h"
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