Thanks! I installed Rmpfr now.

But it does NOT support eigen function ?


x  <- array(1:16, dim=c(4,4))
ev <- eigen(x)
********************************
mat <- mpfrArray(1:25, 64, dim = c(5,5))
ev <- eigen(mat)
Error in `dimnames<-`(`*tmp*`, value = NULL) : non-list RHS
********************************


WL




At 2020-03-15 01:57:36, "Eric Berger" <ericjber...@gmail.com> 
CRAN Rmpfr


On Sat, Mar 14, 2020 at 7:36 PM ��ΰ� <13917987...@163.com> wrote:

Dear all


I need a multiprecision computing package in R, if anyone in the list knows, 
please let me known...


Many thanks


Weilu Lin
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.






 
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to