this struct holds the state of the mps computation
Definition: context.h:55
void mps_prepare_data(mps_context *s, long int prec)
Compute the mp_complex values of the coefficients of p(x) with the current precision of mpwds words,...
Definition: data.c:176
void mps_raise_data_raw(mps_context *s, long int prec)
The same of mps_raise_data() but using raw routines of GMP, that will not change allocations.
Definition: data.c:134
long int mps_raise_data(mps_context *s, long int prec)
Raise precision performing a real computation of the data.
Definition: data.c:105
MPS_BEGIN_DECLS void mps_mp_set_prec(mps_context *s, long int prec)
Globally set the current precision of mp variables.
Definition: data.c:24
void mps_check_data(mps_context *s, char *which_case)
Check consistency of data and makes some basic adjustments.
Definition: main.c:460