rmumps
swMATH19176CRANrmumpsMaRDI QIDQ31006
Wrapper for MUMPS Library
Last update: 26 February 2024
Copyright license: GNU General Public License, version 3.0, GNU General Public License, version 2.0
Software version identifier: 5.2.1-23, 5.0.1.4, 5.0.1.6, 5.0.1.7, 5.0.1.8, 5.0.1.9-1, 5.0.1.9, 5.0.1.10, 5.0.1.11-1, 5.0.1.12-1, 5.0.1.12-3, 5.0.1.12, 5.1.1-1, 5.1.1-2, 5.1.1-3, 5.1.2-2, 5.1.2-4, 5.1.2-5, 5.1.2-6, 5.2.1-4, 5.2.1-5, 5.2.1-6, 5.2.1-7, 5.2.1-10, 5.2.1-12, 5.2.1-13, 5.2.1-14, 5.2.1-15, 5.2.1-18, 5.2.1-20, 5.2.1-22, 5.2.1-23, 5.2.1-25, 5.2.1-26, 5.2.1-27, 5.2.1-28
Source code repository: https://github.com/cran/rmumps
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>.