Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliasmoothoptimizers/mumps.jl
A Julia Interface to MUMPS
https://github.com/juliasmoothoptimizers/mumps.jl
julia linear-algebra matrix mumps symmetry
Last synced: 20 days ago
JSON representation
A Julia Interface to MUMPS
- Host: GitHub
- URL: https://github.com/juliasmoothoptimizers/mumps.jl
- Owner: JuliaSmoothOptimizers
- License: other
- Created: 2014-08-16T03:59:53.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T16:54:00.000Z (about 1 month ago)
- Last Synced: 2024-10-19T05:17:21.614Z (about 1 month ago)
- Topics: julia, linear-algebra, matrix, mumps, symmetry
- Language: Julia
- Size: 1.26 MB
- Stars: 42
- Watchers: 5
- Forks: 15
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# A [Julia](http://julialang.org) Interface to [MUMPS](https://graal.ens-lyon.fr/MUMPS/index.php?page=home)
[![docs-stable][docs-stable-img]][docs-stable-url]
[![docs-dev][docs-dev-img]][docs-dev-url]
[![build-gh][build-gh-img]][build-gh-url]
[![build-cirrus][build-cirrus-img]][build-cirrus-url]
[![codecov][codecov-img]][codecov-url]
[![doi][doi-img]][doi-url][docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://JuliaSmoothOptimizers.github.io/MUMPS.jl/stable
[docs-dev-img]: https://img.shields.io/badge/docs-dev-purple.svg
[docs-dev-url]: https://JuliaSmoothOptimizers.github.io/MUMPS.jl/dev
[build-gh-img]: https://github.com/JuliaSmoothOptimizers/MUMPS.jl/workflows/CI/badge.svg?branch=main
[build-gh-url]: https://github.com/JuliaSmoothOptimizers/MUMPS.jl/actions
[build-cirrus-img]: https://img.shields.io/cirrus/github/JuliaSmoothOptimizers/MUMPS.jl?logo=Cirrus%20CI
[build-cirrus-url]: https://cirrus-ci.com/github/JuliaSmoothOptimizers/MUMPS.jl
[codecov-img]: https://codecov.io/gh/JuliaSmoothOptimizers/MUMPS.jl/branch/main/graph/badge.svg
[codecov-url]: https://app.codecov.io/gh/JuliaSmoothOptimizers/MUMPS.jl
[doi-img]: https://img.shields.io/badge/DOI-10.5281%2Fzenodo.3271646-blue.svg
[doi-url]: https://doi.org/10.5281/zenodo.3271646MUMPS is a libray for the solution of sparse linear systems on multicore computers.
MUMPS implements methods based on the LDL or LU factorization of the input matrix and is suited to solving square symmetric or unsymmetric linear systems.
MUMPS supports real and complex, single and double precision arithmetic.## How to Cite
If you use MUMPS.jl in your work, please cite using the format given in [`CITATION.cff`](https://github.com/JuliaSmoothOptimizers/MUMPS.jl/blob/main/CITATION.cff)