this struct holds the state of the mps computation
Definition: context.h:55
MPS_BEGIN_DECLS mps_boolean mps_ftouchnwt(mps_context *s, double *frad, int n, int i, int j)
Check if the i-th and the j-th discs are newton-isolated.
Definition: touch.c:39
mps_boolean mps_dtouchreal(mps_context *s, int n, int i)
Return true if the disk intersects the real axis, false otherwise (DPE version).
Definition: touch.c:158
mps_boolean mps_ftouchunit(mps_context *s, int n, int i)
Return true if the disk intersects the unitary circle, false otherwise (floating point version).
Definition: touch.c:246
void mps_validate_inclusions(mps_context *ctx)
This function can be called to validate the inclusion radii and cluster analysis for a limited precis...
Definition: validation.c:41
mps_boolean mps_ftouchimag(mps_context *s, int n, int i)
Return true if the disk intersects the imaginary axis, false otherwise (floating point version).
Definition: touch.c:194
mps_boolean mps_mtouchimag(mps_context *s, int n, int i)
Return true if the disk intersects the imaginary axis, false otherwise (MP version).
Definition: touch.c:227
mps_boolean mps_dtouchunit(mps_context *s, int n, int i)
Return true if the disk intersects the unitary circle, false otherwise (DPE version).
Definition: touch.c:266
mps_boolean mps_mtouchreal(mps_context *s, int n, int i)
Return true if the disk intersects the real axis, false otherwise (MP version).
Definition: touch.c:175
mps_boolean mps_dtouchnwt(mps_context *s, rdpe_t *drad, int n, int i, int j)
Check if the i-th and the j-th discs are newton-isolated.
Definition: touch.c:75
mps_boolean mps_mtouchnwt(mps_context *s, rdpe_t *drad, int n, int i, int j)
Check if the i-th and the j-th discs are newton-isolated.
Definition: touch.c:110
mps_boolean mps_dtouchimag(mps_context *s, int n, int i)
Return true if the disk intersects the imaginary axis, false otherwise (DPE version).
Definition: touch.c:210
mps_boolean mps_ftouchreal(mps_context *s, int n, int i)
Return true if the disk intersects the real axis, false otherwise (floating point version).
Definition: touch.c:142
mps_boolean mps_mtouchunit(mps_context *s, int n, int i)
Return true if the disk intersects the unitary circle, false otherwise (MP version).
Definition: touch.c:287