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

r-rmumps

Wrapper for MUMPS library

Some basic features of MUMPS are wrapped in a class whose methods can be used for sequentially solving a sparse linear system (symmetric or not) with one or many right hand sides (dense or sparse). There is a possibility to do separately symbolic analysis, LU (or LDL^t) factorization and system solving. Third part ordering libraries are included and can be used: PORD, METIS, SCOTCH.

Installation

Install the latest version of r-rmumps as follows:

guix install r-rmumps

Or install a particular version:

guix install r-rmumps@5.2.1-30

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-rmumps about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-rmumps'><img src='https://packages.guix.gnu.org/packages/r-rmumps/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-rmumps/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-rmumps)

Example Org:

[[https://packages.guix.gnu.org/packages/r-rmumps][https://packages.guix.gnu.org/packages/r-rmumps/badges/latest-version.svg]]