Skip to content

MultiFrontal method for general sparse matrices in Matlab

License

Notifications You must be signed in to change notification settings

YingzhouLi/MuFiM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MuFiM

MultiFrontal Factorization for General Sparse Matrix

Installation

MuFiM Installation

git clone --recursive https://github.com/YingzhouLi/MuFiM.git
cd MuFiM
matlab -nojvm -r "make;quit"

MuFiM Updating

git pull --recurse-submodules

Suggested Matlab toolbox

MuFiM could adopt both meshpart and Metis to bipartition the graph of a sparse matrix. meshpart is a pure Matlab graph partitioning implementation, which is slower than METIS. Therefore, it is suggested to install MetisMex toolbox before installing MuFiM. The installation of MetisMex follows,

git clone https://github.com/YingzhouLi/metismex.git
cd metismex
matlab -nojvm -r "make;quit"

If metis package is not preinstalled, please find the detailed installation instructions at https://github.com/YingzhouLi/metismex.

About

MultiFrontal method for general sparse matrices in Matlab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages