Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months ago
JSON representation
Development of SuiteSparse.jl, which ships as part of the Julia standard library.
- Host: GitHub
- URL: https://github.com/juliasparse/suitesparse.jl
- Owner: JuliaSparse
- License: other
- Archived: true
- Created: 2021-05-10T11:46:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T23:52:05.000Z (about 2 years ago)
- Last Synced: 2024-09-29T07:03:33.843Z (4 months ago)
- Topics: julialang, sparse-linear-algebra, suitesparse
- Language: Julia
- Homepage:
- Size: 467 KB
- Stars: 25
- Watchers: 26
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.jlSuiteSparse.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).