Skip to content
Prev 10799 / 12125 Next

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

Thank you Simon! This is very helpful! Regarding eigen, I found in the
Boost library the following example for arbitrary precision matrix solver:
https://github.com/boostorg/multiprecision/blob/develop/example/eigen_example.cpp.
I am not sure if the precision is fully preserved throughout the process,
but this example motivated me to try coding with the Boost library.

Best,
Khue Tran

On Fri, Jul 19, 2024 at 9:50?AM Simon Urbanek <simon.urbanek at r-project.org>
wrote: