Other packages > Find by keyword >

rmumps  

Wrapper for MUMPS Library
View on CRAN: Click here


Download and install rmumps package within the R console
Install from CRAN:
install.packages("rmumps")

Install from Github:
library("remotes")
install_github("cran/rmumps")

Install by package version:
library("remotes")
install_version("rmumps", "5.2.1-30")



Attach the package and use:
library("rmumps")
Maintained by
Serguei Sokol
[Scholar Profile | Author Map]
First Published: 2015-12-17
Latest Update: 2023-03-08
Description:
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) and Amestoy et al. (2006) .
How to cite:
Serguei Sokol (2015). rmumps: Wrapper for MUMPS Library. R package version 5.2.1-30, https://cran.r-project.org/web/packages/rmumps. Accessed 13 Apr. 2025.
Previous versions and publish date:
5.0.1.4 (2015-12-17 16:09), 5.0.1.6 (2016-01-21 10:56), 5.0.1.7 (2016-01-21 23:40), 5.0.1.8 (2016-02-23 09:34), 5.0.1.9-1 (2016-04-14 12:30), 5.0.1.9 (2016-04-12 17:01), 5.0.1.10 (2016-08-25 17:59), 5.0.1.11-1 (2016-12-22 23:42), 5.0.1.12-1 (2017-03-08 08:22), 5.0.1.12-3 (2017-03-17 12:33), 5.0.1.12 (2017-03-07 01:07), 5.1.1-1 (2017-04-26 18:26), 5.1.1-2 (2017-07-05 16:54), 5.1.1-3 (2017-09-19 18:12), 5.1.2-2 (2017-12-18 15:04), 5.1.2-4 (2018-01-05 17:08), 5.1.2-5 (2018-12-18 16:20), 5.1.2-6 (2019-04-25 15:10), 5.2.1-4 (2019-08-24 00:40), 5.2.1-5 (2019-08-28 11:10), 5.2.1-6 (2019-11-05 19:10), 5.2.1-7 (2019-12-06 12:30), 5.2.1-10 (2020-01-28 10:40), 5.2.1-12 (2020-02-20 12:30), 5.2.1-13 (2021-07-19 17:50), 5.2.1-14 (2021-08-12 17:10), 5.2.1-15 (2022-03-25 11:40), 5.2.1-18 (2022-10-05 09:10), 5.2.1-20 (2022-10-20 11:32), 5.2.1-22 (2023-01-12 09:40), 5.2.1-23 (2023-03-09 00:00), 5.2.1-25 (2023-11-03 18:00), 5.2.1-26 (2023-11-28 18:30), 5.2.1-27 (2024-02-05 23:10), 5.2.1-28 (2024-02-26 21:10), 5.2.1-29 (2024-03-29 18:50), 5.2.1-30 (2024-06-14 16:20)
Other packages that cited rmumps R package
View rmumps citation profile
Other R packages that rmumps depends, imports, suggests or enhances
Complete documentation for rmumps
Functions, R codes and Examples using the rmumps R package
Some associated functions: RMUMPS_PERM . Rmumps . Rmumps__del_ptr . Rmumps__get_permutation . Rmumps__ptr_ijv . Rmumps__set_mat_ptr . Rmumps__set_permutation . Rmumps__solveptr . Rmumps__triplet . rmumps-package . 
Some associated R codes: RcppExports.R . inc_os.R . methods.R . package.R . zzz.R .  Full rmumps package functions and examples
Downloads during the last 30 days
03/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/11Downloads for rmumps01020304050607080TrendBars

Today's Hot Picks in Authors and Packages

optimParallel  
Parallel Version of the L-BFGS-B Optimization Method
Provides a parallel version of the L-BFGS-B method of optim(). The main function of the package is o ...
Download / Learn more Package Citations See dependency  
SPOTMisc  
Misc Extensions for the "SPOT" Package
Implements additional models, simulation tools, and interfaces as extensions to 'SPOT'. It provides ...
Download / Learn more Package Citations See dependency  
COMPoissonReg  
Conway-Maxwell Poisson (COM-Poisson) Regression
Fit Conway-Maxwell Poisson (COM-Poisson or CMP) regression models to count data (Sellers & Shmueli, ...
Download / Learn more Package Citations See dependency  
MLeval  
Machine Learning Model Evaluation
Straightforward and detailed evaluation of machine learning models. 'MLeval' can produce receiver op ...
Download / Learn more Package Citations See dependency  
ggprism  
A 'ggplot2' Extension Inspired by 'GraphPad Prism'
Provides various themes, palettes, and other functions that are used to customise ggplots to look l ...
Download / Learn more Package Citations See dependency  
LDABiplots  
Biplot Graphical Interface for LDA Models
Contains the development of a tool that provides a web-based graphical user interface (GUI) to perf ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA