|
MPSolve 3.2.2
|
Public Attributes | |
| mps_polynomial | super |
| Base implementation of a polynomial. | |
| cplx_t * | fpc |
| Floating point coefficients of the polynomial in the Chebyshev base. | |
| cdpe_t * | dpc |
| DPE floating point coefficients of the polynomial in the Chebyshev base. | |
| mpc_t * | mfpc |
| Multiprecision complex coefficients of the polynomial in the Chebyshev base. | |
| mpq_t * | rational_real_coeffs |
| Rational coefficients of the polynomial. These are the real parts of the coefficients. | |
| mpq_t * | rational_imag_coeffs |
| Ratinonal coefficients of the polynomial. These are the imaginary parts of the coefficients. | |
| mpc_t | lc |
| Leading coefficient of the polynomial. | |
| pthread_mutex_t | precision_mutex |
| Internal mutex used to manage the change of precision. | |