r-devel / r-project-sprint-2023

Material for the R project sprint
https://contributor.r-project.org/r-project-sprint-2023/
17 stars 3 forks source link

Large integer (pt 2, linear algebra) #72

Open gmbecker opened 1 year ago

gmbecker commented 1 year ago

Endorsed by Luke

It would also be good to be able to use int64 LAPACK and similar linear algebra code for working with matrices with more than 2^31 - 1 rows/columns.

This is related to #71, but could be considered separately according to Luke.