This package browser is in early development. Mind the rough edges.

r-spam

Sparse matrix algebra

This package provides a set of functions for sparse matrix algebra. Differences with other sparse matrix packages are:

  1. it only supports (essentially) one sparse matrix format;

  2. it is based on transparent and simple structure(s);

  3. it is tailored for MCMC calculations within G(M)RF;

  4. and it is fast and scalable (with the extension package spam64).

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-spam/badges/latest-version.svg)](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]]