MPSolve 3.2.1
|
Implementation of radius computation. More...
Go to the source code of this file.
Functions | |
MPS_BEGIN_DECLS void | mps_fradii (mps_context *s, mps_polynomial *p, double *fradii) |
Compute the floating point inclusion radius according to the polynomial representation. More... | |
void | mps_dradii (mps_context *s, mps_polynomial *p, rdpe_t *dradii) |
Compute the DPE inclusion radius according to the polynomial representation. More... | |
void | mps_mradii (mps_context *s, mps_polynomial *p, rdpe_t *dradii) |
Compute the Multiprecision inclusion radius according to the polynomial representation. More... | |
void | mps_monomial_fradii (mps_context *s, double *fradii) |
void | mps_monomial_dradii (mps_context *s, rdpe_t *dradii) |
void | mps_monomial_mradii (mps_context *s, rdpe_t *dradii) |
Implementation of radius computation.
void mps_dradii | ( | mps_context * | s, |
mps_polynomial * | p, | ||
rdpe_t * | dradii | ||
) |
Compute the DPE inclusion radius according to the polynomial representation.
s | The mps_context of the computation. |
p | The mps_polynomial whose Gerschgorin radii should be evaluated. |
dradii | The array of DPE where the radii will be stored. |
MPS_BEGIN_DECLS void mps_fradii | ( | mps_context * | s, |
mps_polynomial * | p, | ||
double * | fradii | ||
) |
Compute the floating point inclusion radius according to the polynomial representation.
s | The mps_context of the computation. |
p | The mps_polynomial whose Gerschgorin radii should be evaluated. |
fradii | The array of double where the radii will be stored. |
void mps_mradii | ( | mps_context * | s, |
mps_polynomial * | p, | ||
rdpe_t * | dradii | ||
) |
Compute the Multiprecision inclusion radius according to the polynomial representation.
s | The mps_context of the computation. |
p | The mps_polynomial whose Gerschgorin radii should be evaluated. |
dradii | The array of DPE where the radii will be stored. |