r-spam
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
).
- Versions: 2.11-1
- 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 the latest version of r-spam
as follows:
guix install r-spam
Or install a particular version:
guix install r-spam@2.11-1
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.
Badge code
You can use the following badge to inform users of r-spam about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-spam'><img src='https://packages.guix.gnu.org/packages/r-spam/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-spam)
Example Org:
[[https://packages.guix.gnu.org/packages/r-spam][https://packages.guix.gnu.org/packages/r-spam/badges/latest-version.svg]]