#include <utl/Polynomial.h>
#include <iterator>
Go to the source code of this file.
Namespaces | |
utl | |
Functions | |
template<typename T > | |
ostream & | utl::operator<< (ostream &os, const vector< T > &v) |
ostream & | utl::operator<< (ostream &os, const Polynomial &p) |
template<typename T > | |
istream & | utl::operator>> (istream &is, vector< T > &v) |
istream & | utl::operator>> (istream &is, Polynomial &p) |