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.
- Versions: 5.2.1-30
- Website: https://www.mumps-solver.org/
- Licenses: GPL 2+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]