14 constexpr
short io_version_no = 1;
40 std::cerr <<
"I/O ERROR: vsl_b_read(vsl_b_istream&, vnl_real_npolynomial&)\n" 41 <<
" Unknown version number "<< ver <<
'\n';
42 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.
void set(const vnl_vector< double > &c, const vnl_matrix< unsigned int > &p)
Set vector of coefficients of each product.
const vnl_vector< double > & coefficients() const
Return the vector of coefficients.
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.
real polynomial in N variables.
const vnl_matrix< unsigned int > & polyn() const
Return the polynomial matrix.