rmumps: Wrapper for MUMPS Library

Some basic features of MUMPS (Multifrontal Massively Parallel sparse direct Solver) 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. MUMPS method was first described in Amestoy et al. (2001) <doi:10.1137/S0895479899358194> and Amestoy et al. (2006) <doi:10.1016/j.parco.2005.07.004>.

Version: 5.1.2-4
Imports: methods, Rcpp (≥ 0.12.0)
LinkingTo: Rcpp
Suggests: testthat, Matrix, slam
Published: 2018-01-05
Author: Serguei Sokol [aut, cre], Emmanuel Agullo [ctb], Patrick Amestoy [ctb], Maurice Bremond [ctb], Alfredo Buttari [ctb], Philippe Combes [ctb], Marie Durand [ctb], Aurelia Fevre [ctb], Abdou Guermouche [ctb], Guillaume Joslin [ctb], Jacko Koster [ctb], Jean-Yves L'Excellent [ctb], Stephane Pralet [ctb], Chiara Puglisi [ctb], Francois-Henry Rouet [ctb], Wissam Sid-Lakhdar [ctb], Tzvetomila Slavova [ctb], Bora Ucar [ctb], Clement Weisbecker [ctb], Juergen Schulze [ctb], George Karypis [ctb], Douglas C. Schmidt [ctb], Isamu Hasegawa [ctb], Alexander Chemeris [ctb], Makoto Matsumoto [ctb], Takuji Nishimura [ctb], Francois Pellegrini [ctb], David Goudin [ctb], Pascal Henon [ctb], Pierre Ramet [ctb], Sebastien Fourestier [ctb], Jun-Ho Her [ctb], Cedric Chevalier [ctb], Timothy A. Davis [ctb], Iain S. Duff [ctb], John K. Reid [ctb], Richard Stallman [ctb], Samuel Thibault [ctb]
Maintainer: Serguei Sokol <sokol at insa-toulouse.fr>
BugReports: https://github.com/sgsokol/rmumps/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
Copyright: see file COPYRIGHTS
URL: http://mumps.enseeiht.fr/, https://github.com/sgsokol/rmumps/
NeedsCompilation: yes
SystemRequirements: C++11, GNU Make
Citation: rmumps citation info
Materials: README NEWS
In views: NumericalMathematics
CRAN checks: rmumps results

Downloads:

Reference manual: rmumps.pdf
Package source: rmumps_5.1.2-4.tar.gz
Windows binaries: r-devel: rmumps_5.1.2-4.zip, r-release: rmumps_5.1.2-4.zip, r-oldrel: rmumps_5.1.2-4.zip
OS X El Capitan binaries: r-release: rmumps_5.1.2-4.tgz
OS X Mavericks binaries: r-oldrel: rmumps_5.1.2-4.tgz
Old sources: rmumps archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=rmumps to link to this page.