1 #include <utl/Polynomial.h>
15 copy(istream_iterator<T>(is), istream_iterator<T>(), back_inserter(v));
22 operator<<(ostream& os, const vector<T>& v)
24 copy(v.begin(), v.end(), ostream_iterator<T>(os,
" "));
std::istream & operator>>(std::istream &is, SVector< n, T > &v)
Simple polynomial container.
bool is(const double a, const double b)
Stream & operator<<(Stream &s, MessageLoggerConfig &mlc)
Applies the configuration to the given stream.
const std::vector< double > & GetCoefficients() const