void mps_dnewton_usr(mps_context *st, mps_polynomial *poly, mps_approximation *root, cdpe_t corr)
User-defined program for the computation of , .
Definition: user.c:101
this struct holds the state of the mps computation
Definition: context.h:55
MPS_BEGIN_DECLS void mps_fnewton_usr(mps_context *st, mps_polynomial *poly, mps_approximation *root, cplx_t corr)
User-defined program for the computation of , .
Definition: user.c:48
void mps_mnewton_usr(mps_context *st, mps_polynomial *poly, mps_approximation *root, mpc_t corr, long int wp)
User-defined program for the computation of , .
Definition: user.c:162