int mps_maberth_packet(mps_context *ctx, mps_polynomial *p, mps_boolean just_regenerated)
Perform a packet of Aberth iterations on the approximation to the roots of p.
Definition: jacobi-aberth.c:472
int mps_daberth_packet(mps_context *ctx, mps_polynomial *p, mps_boolean just_regenerated)
Perform a packet of Aberth iterations on the approximation to the roots of p.
Definition: jacobi-aberth.c:303
MPS_BEGIN_DECLS int mps_faberth_packet(mps_context *ctx, mps_polynomial *p, mps_boolean just_regenerated)
Perform a packet of Aberth iterations on the approximation to the roots of p.
Definition: jacobi-aberth.c:146
this struct holds the state of the mps computation
Definition: context.h:55