Package: rmumps
Type: Package
Title: Wrapper for MUMPS Library
Version: 5.0.1.12-3
Date: 2017-03-16
Author: Serguei Sokol
Maintainer: Serguei Sokol <sokol@insa-toulouse.fr>
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 factorization
	and system solving.
License: GPL (>= 2)
Imports: methods, Rcpp (>= 0.12.0)
LinkingTo: Rcpp
SystemRequirements: C++11, GNU Make
NeedsCompilation: yes
Biarch: yes
Suggests: testthat, Matrix, slam
BugReports: https://github.com/sgsokol/rmumps/issues
URL: http://mumps.enseeiht.fr/, https://github.com/sgsokol/rmumps/
Packaged: 2017-03-16 16:30:41 UTC; sokol
Repository: CRAN
Date/Publication: 2017-03-17 11:33:47 UTC
