Leonardo Robol
Leonardo Robol
Concerning the examples, not all are distributed because some of those are in an unfinished state / not particularly useful. They are still in the repo for historical reasons. I...
Thanks for the effort anyway! I did not have time to look into this further.
If I remember correctly, I tried to use MPFR in place of the MPF type of GMP, but the result was considerably slower; however, I do not have recent tests...
I am ok with the name mpsc_t; I do not have time to work on it right now, but I would be glad to merge a pull request, in case...
I believe that mps_get_approximations() might be exposed, I am not sure why it wasn't. But in any case, the call to get_roots() would work both for polynomials and secular equations:...
Extracting the roots with higher precision is already available, one just needs to call mps_context_get_roots_m(). But you're right that there's no interface for setting multiprecision coefficients, which might be exposed....
I am reopening this to track the rename of the mpc_t type; since other users reported that the name clash with GNU MPC is a problem, I am trying to...
Indeed, I have to admit that the Octave interface is practically not maintained anymore; however, the MATLAB interface should work under Octave, it is sufficient to call the configure script...
There is a compile time option to avoid these defines, since they are in the mex headers as well. For MATLAB it works, and for Octave it used to work;...
Make sure to specify the CFLAGS for gmp using GMP_CFLAGS, for instance ``` ./configure GMP_CFLAGS="-I/usr/local/opt/gmp/" ``` Other CFLAGS are not passed to the MATLAB compiler because it tends to be...