]> www.ginac.de Git - ginac.git/blobdiff - ginac/polynomial/upoly_io.hpp
Implemented modular GCD algorithm for univariate polynomials.
[ginac.git] / ginac / polynomial / upoly_io.hpp
diff --git a/ginac/polynomial/upoly_io.hpp b/ginac/polynomial/upoly_io.hpp
new file mode 100644 (file)
index 0000000..a9fb259
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef GINAC_UPOLY_IO_HPP
+#define GINAC_UPOLY_IO_HPP
+#include <iostream>
+#include "upoly.hpp"
+
+namespace GiNaC
+{
+extern std::ostream& operator<<(std::ostream&, const upoly& );
+extern std::ostream& operator<<(std::ostream&, const umodpoly& );
+}
+
+#endif // GINAC_UPOLY_IO_HPP