16#ifndef MPS_MANDELBROT_USER_H_
17#define MPS_MANDELBROT_USER_H_
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
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
Definition: approximation.h:24
this struct holds the state of the mps computation
Definition: context.h:55
Struct that represents an abstract polynomial. All the other real polynomial implementations (such as...
Definition: polynomial.h:111