Re: [Rd] [External] svd For Large Matrix

2021-08-13 Thread Dirk Eddelbuettel
Dario, On 14 August 2021 at 00:00, Dario Strbenac via R-devel wrote: | Good day, | | Ah, I was confident it wouldn't be environment-specific but it is. My environment is | | R version 4.1.0 (2021-05-18) | Platform: x86_64-pc-linux-gnu (64-bit) | Running under: Debian GNU/Linux 10 (buster) |

Re: [Rd] [External] svd For Large Matrix

2021-08-13 Thread Dario Strbenac via R-devel
Good day, Ah, I was confident it wouldn't be environment-specific but it is. My environment is R version 4.1.0 (2021-05-18) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Debian GNU/Linux 10 (buster) Matrix products: default BLAS: /usr/lib/x86_64-linux-gnu/atlas/libblas.so.3.10.3 LAPAC

Re: [Rd] [External] svd For Large Matrix

2021-08-13 Thread Prof Brian Ripley
On 13/08/2021 15:58, luke-tier...@uiowa.edu wrote: [copying the list] svd() does support matrices with long vector data. Your example works fine for me on a machine with enough memory with either the reference BLAS/LAPACK or the BLAS/LAPACK used on Fedora 33 (flexiblas backed, I believe, by a ve

Re: [Rd] [External] svd For Large Matrix

2021-08-13 Thread luke-tierney
[copying the list] svd() does support matrices with long vector data. Your example works fine for me on a machine with enough memory with either the reference BLAS/LAPACK or the BLAS/LAPACK used on Fedora 33 (flexiblas backed, I believe, by a version of openBLAS). Take a look at sessionInfo() to