r-spam 2.11-1
Sparse matrix algebra
This package provides a set of functions for sparse matrix algebra. Differences with other sparse matrix packages are:
it only supports (essentially) one sparse matrix format;
it is based on transparent and simple structure(s);
it is tailored for MCMC calculations within G(M)RF;
and it is fast and scalable (with the extension package
spam64
).
- Outputs:
out
- Website: https://www.math.uzh.ch/pages/spam/
- Licenses: LGPL 2.0 · Modified BSD
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-spam 2.11-1
as follows:
guix install r-spam@2.11-1
Or install the latest version:
guix install r-spam
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.