File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ ] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://juliasparse.github.io/SuiteSparseGraphBLAS.jl/dev/ )
2
2
3
- ## SuiteSparseGraphBLAS
4
- This is an in-progress Julia wrapper around the SuiteSparse: GraphBLAS library .
3
+ # SuiteSparseGraphBLAS.jl
4
+ A fast, general sparse linear algebra and graph computation package, based on SuiteSparse: GraphBLAS .
5
5
6
-
7
- ### TODO:
8
- #### vNext
9
- - [ ] Finish up Docs
10
- - [ ] Update to SuiteSparseGraphBLAS 5.1.0
6
+ ### Installation
7
+ ``` julia
8
+ using Pkg
9
+ Pkg . add ( " SuiteSparseGraphBLAS.jl " )
10
+ ```
11
11
12
12
#### v1.0
13
13
- [ ] Import/Export all formats
14
- - [ ] UDTs/UDFs
14
+ - [ ] UDTs
15
15
- [ ] Full infix coverage
16
- - [ ] ChainRules.jl support
16
+ - [ ] ChainRules.jl support
17
+
18
+ ## Acknowledgements
19
+ Original author: Abhinav Mehndiratta
20
+ SuiteSparse author: Tim Davis
21
+ Mentors: Viral B Shah, Miha Zgubic
You can’t perform that action at this time.
0 commit comments