# 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).