mps_polynomial * mps_parse_inline_poly_from_string(mps_context *ctx, const char *input)
Parse a polynomial described the "usual" way, i.e., written as a_k x^k + a_{k-1} x^{k-1} + ....
Definition inline-poly-parser.c:253
mps_polynomial * mps_parse_inline_poly(mps_context *ctx, FILE *stream)
Parse a polynomial described the "usual" way, i.e., written as a_k x^k + a_{k-1} x^{k-1} + ....
Definition inline-poly-parser.c:236
this struct holds the state of the mps computation
Definition context.h:55