Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JuliaSparse/SuiteSparse.jl

Development of SuiteSparse.jl, which ships as part of the Julia standard library.
https://github.com/JuliaSparse/SuiteSparse.jl

julialang sparse-linear-algebra suitesparse

Last synced: about 2 months ago
JSON representation

Development of SuiteSparse.jl, which ships as part of the Julia standard library.

Awesome Lists containing this project

README

        

# SuiteSparse

| **Documentation** | **Build Status** |
|:-----------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
| [![][docs-img]][docs-url] | [![][ci-img]][ci-url] [![][codecov-img]][codecov-url] |

[docs-img]: https://img.shields.io/badge/docs-blue.svg
[docs-url]: https://suitesparse.juliasparse.org/dev/

[docs-v1-img]: https://img.shields.io/badge/docs-v1-blue.svg
[docs-v1-url]: https://suitesparse.juliasparse.org/v1/

[ci-img]: https://github.com/JuliaLang/SuiteSparse.jl/workflows/Run%20tests/badge.svg?branch=master
[ci-url]: https://github.com/JuliaLang/SuiteSparse.jl/actions?query=workflow%3A%22Run+tests%22

[codecov-img]: https://codecov.io/gh/JuliaLang/SuiteSparse.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/JuliaLang/SuiteSparse.jl

SuiteSparse.jl provides Julia wrappers for the [SuiteSparse](https://github.com/DrTimothyAldenDavis/SuiteSparse) library, and provides Julia's sparse linear algebra capabilities - specifically the solvers. This package has been merged into [SparseArrays.jl](https://github.com/JuliaSparse/SparseArrays.jl), and further development continues there.

If you use this package in an academic work please cite [Julia](https://github.com/JuliaLang/julia/blob/master/CITATION.bib), [SuiteSparse, as well as the individual components you used](https://github.com/DrTimothyAldenDavis/SuiteSparse/blob/master/CITATION.bib).