15 constexpr
short io_version_no = 1;
38 std::cerr <<
"I/O ERROR: vsl_b_read(vsl_b_istream&, vnl_real_polynomial&)\n" 39 <<
" Unknown version number "<< ver <<
'\n';
40 is.is().clear(std::ios::badbit);
void vsl_print_summary(std::ostream &os, vnl_bignum const &b)
Print human readable summary of object to a stream.
const vnl_vector< double > & coefficients() const
Return the vector of coefficients.
Evaluation of real polynomials at real and complex points.
void print(std::ostream &os) const
Print this polynomial to stream.
void vsl_b_read(vsl_b_istream &is, vnl_bignum &v)
Binary load vnl_bignum from stream.
void vsl_b_write(vsl_b_ostream &os, vnl_bignum const &v)
Binary save vnl_bignum to stream.
void set_coefficients(vnl_vector< double > const &coeffs)