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]
All associated links for this package
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 01 Feb. 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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
extraoperators  
Extra Binary Relational and Logical Operators
Speed up common tasks, particularly logical or relational comparisons and routine follow up tasks s ...
Download / Learn more Package Citations See dependency  
bayesDP  
Implementation of the Bayesian Discount Prior Approach for Clinical Trials
Functions for data augmentation using the Bayesian discount prior method for single arm and two-arm ...
Download / Learn more Package Citations See dependency  
tidyxl  
Read Untidy Excel Files
Imports non-tabular from Excel files into R.Exposes cell content, position and formatting in a tidy ...
Download / Learn more Package Citations See dependency  
longit  
High Dimensional Longitudinal Data Analysis Using MCMC
High dimensional longitudinal data analysis with Markov Chain Monte Carlo(MCMC). Currently support ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,581

Publication Badges

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