PecanProject / pecan

The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox.
www.pecanproject.org
Other
202 stars 234 forks source link

Sparse Matrices in R #942

Open mdietze opened 8 years ago

mdietze commented 8 years ago

As the SDA evolves we're going to eventually have to take advantage of sparse matrix approaches to leverage the performance boosts associated with localization when inverting large matrices (e.g. in the Kalman Filter). Here's an example of a spare matrix package in R http://www.econ.uiuc.edu/~roger/research/sparse/SparseM.pdf There are other matrix libraries in C and Fortran as well.

github-actions[bot] commented 4 years ago

This issue is stale because it has been open 365 days with no activity.