Skip to content
Prev 10798 / 12125 Next

[R-pkg-devel] How to get arbitrary precise inputs from R for an Rcpp package?

On the other hand, Rmpfr did allow me to write an mpfr rootfinder for Martin M. in 2011
(he modified and streamlined it for use) since one can run R codes on mpfr objects
as long as one is careful which operators are applied. So one probably could do
something with a very pedestrian eigenvalue method. One or other of the codes
from my Compact Numerical Methods for Computers might be applicable, but the 1st
edition Step-And-Description codes are likely to be more useful than the Pascal
of the Second Edition. The one-sided Jacobi approach for eigen or svd has a pretty
tiny code. No claims for great efficiency, but in times when loading from floppies
was the order of the day, the short code often got the lowest start to finish elapsed
time.

Best, JN
On 2024-07-18 19:50, Simon Urbanek wrote: