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]]
CRAN Rmpfr On Sat, Mar 14, 2020 at 7:36 PM ??? <13917987541 at 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 at 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]]
Here's a novel idea: Do a google search on "multiprecision computing package R" for an answer. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Sat, Mar 14, 2020 at 10:36 AM ??? <13917987541 at 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 at 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]]
Read its documentation yourself and unless you have good reason not to, always cc the list (which I have done here). Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Sat, Mar 14, 2020 at 12:28 PM ??? <13917987541 at 163.com> wrote:> Thanks. Does it support matrix algebra? > > > > ??? > ???13917987541 at 163.com > > <https://maas.mail.163.com/dashi-web-extend/html/proSignature.html?iconUrl=http%3A%2F%2Fmail-online.nosdn.127.net%2F17c23bc1722125aa6261c33736f525c5.jpg&name=%E6%9E%97%E4%BC%9F%E7%92%90&uid=13917987541%40163.com&ftlId=1&items=%5B%22%E9%82%AE%E7%AE%B1%EF%BC%9A13917987541%40163.com%22%5D> > > ??? ?????? <https://mail.163.com/dashi/dlpro.html?from=mail88> ?? > > On 03/15/2020 03:18, Bert Gunter <bgunter.4567 at gmail.com> wrote: > Use google instead, as I recommended. If that's impossible in China, you > should state that and what you tried (Baidu) in your query. > > You'll get the Rmpfr package. > > Bert Gunter > > "The trouble with having an open mind is that people keep coming along and > sticking things into it." > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > > On Sat, Mar 14, 2020 at 11:48 AM ??? <13917987541 at 163.com> wrote: > >> Thanks, I tried Baidu but get nothing >> >> >> >> ??? >> ???13917987541 at 163.com >> >> <https://maas.mail.163.com/dashi-web-extend/html/proSignature.html?iconUrl=http%3A%2F%2Fmail-online.nosdn.127.net%2F17c23bc1722125aa6261c33736f525c5.jpg&name=%E6%9E%97%E4%BC%9F%E7%92%90&uid=13917987541%40163.com&ftlId=1&items=%5B%22%E9%82%AE%E7%AE%B1%EF%BC%9A13917987541%40163.com%22%5D> >> >> ??? ?????? <https://mail.163.com/dashi/dlpro.html?from=mail88> ?? >> >> On 03/15/2020 02:44, Bert Gunter <bgunter.4567 at gmail.com> wrote: >> Here's a novel idea: >> Do a google search on "multiprecision computing package R" for an answer. >> >> Bert Gunter >> >> "The trouble with having an open mind is that people keep coming along >> and sticking things into it." >> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) >> >> >> On Sat, Mar 14, 2020 at 10:36 AM ??? <13917987541 at 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 at 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]]
Rmpfr does "support" matrix algebra, but I have been trying for some time to determine if it computes "double" precision (i.e., double the set level of precision) inner products. I suspect that it does NOT, which is unfortunate. However, I would be happy to be wrong about this. JN On 2020-03-14 3:41 p.m., Bert Gunter wrote:> Read its documentation yourself and unless you have good reason not to, > always cc the list (which I have done here). > > > Bert Gunter > > "The trouble with having an open mind is that people keep coming along and > sticking things into it." > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > > On Sat, Mar 14, 2020 at 12:28 PM ??? <13917987541 at 163.com> wrote: > >> Thanks. Does it support matrix algebra? >> >> >> >> ??? >> ???13917987541 at 163.com >> >> <https://maas.mail.163.com/dashi-web-extend/html/proSignature.html?iconUrl=http%3A%2F%2Fmail-online.nosdn.127.net%2F17c23bc1722125aa6261c33736f525c5.jpg&name=%E6%9E%97%E4%BC%9F%E7%92%90&uid=13917987541%40163.com&ftlId=1&items=%5B%22%E9%82%AE%E7%AE%B1%EF%BC%9A13917987541%40163.com%22%5D> >> >> ??? ?????? <https://mail.163.com/dashi/dlpro.html?from=mail88> ?? >> >> On 03/15/2020 03:18, Bert Gunter <bgunter.4567 at gmail.com> wrote: >> Use google instead, as I recommended. If that's impossible in China, you >> should state that and what you tried (Baidu) in your query. >> >> You'll get the Rmpfr package. >> >> Bert Gunter >> >> "The trouble with having an open mind is that people keep coming along and >> sticking things into it." >> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) >> >> >> On Sat, Mar 14, 2020 at 11:48 AM ??? <13917987541 at 163.com> wrote: >> >>> Thanks, I tried Baidu but get nothing >>> >>> >>> >>> ??? >>> ???13917987541 at 163.com >>> >>> <https://maas.mail.163.com/dashi-web-extend/html/proSignature.html?iconUrl=http%3A%2F%2Fmail-online.nosdn.127.net%2F17c23bc1722125aa6261c33736f525c5.jpg&name=%E6%9E%97%E4%BC%9F%E7%92%90&uid=13917987541%40163.com&ftlId=1&items=%5B%22%E9%82%AE%E7%AE%B1%EF%BC%9A13917987541%40163.com%22%5D> >>> >>> ??? ?????? <https://mail.163.com/dashi/dlpro.html?from=mail88> ?? >>> >>> On 03/15/2020 02:44, Bert Gunter <bgunter.4567 at gmail.com> wrote: >>> Here's a novel idea: >>> Do a google search on "multiprecision computing package R" for an answer. >>> >>> Bert Gunter >>> >>> "The trouble with having an open mind is that people keep coming along >>> and sticking things into it." >>> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) >>> >>> >>> On Sat, Mar 14, 2020 at 10:36 AM ??? <13917987541 at 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 at 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 at 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. >
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" <ericjberger at gmail.com> CRAN Rmpfr On Sat, Mar 14, 2020 at 7:36 PM ???? <13917987541 at 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 at 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]]
If you want to do a fancy matrix operation, you may need to invent the wheel yourself. Rmpfr only supports limited matrix operations. There may exist some C++ library that can do this job, I will suggest finding a matrix library whose elements are of a template type, then combine it with a multi-precision library so that you can do matrix operations in a very high precision. Best, Jiefei On Sat, Mar 28, 2020 at 12:32 AM ??? <13917987541 at 163.com> wrote:> 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" <ericjberger at gmail.com> > CRAN Rmpfr > > > On Sat, Mar 14, 2020 at 7:36 PM ??? <13917987541 at 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 at 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 at 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]]