File: README_Doc.txt

package info (click to toggle)
suitesparse-graphblas 7.4.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 67,112 kB
  • sloc: ansic: 1,072,243; cpp: 8,081; sh: 512; makefile: 506; asm: 369; python: 125; awk: 10
file content (37 lines) | stat: -rw-r--r-- 1,947 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
--------------------------------------------------------------------------------
SuiteSparse:GraphBLAS/Doc folder
--------------------------------------------------------------------------------

This folder contains the following files:

    CONTRIBUTOR-LICENSE.txt     how to contribute to GraphBLAS
    ChangeLog                   changes in GraphBLAS
    GraphBLAS_API_C_2.0.0.pdf
    GraphBLAS_API_C_v13.pdf     the GraphBLAS C API Specification (v1.3)
    GraphBLAS_API_version.tex   the version of the C API that this version
                                of SuiteSparse:GraphBLAS conforms to.
    GraphBLAS_UserGuide.pdf     the SuiteSparse:GraphBLAS User Guide 

    GraphBLAS_UserGuide.tex     LaTeX source of the User Guide
    GraphBLAS_UserGuide.bib
    Makefile                    to create the User Gude

    GraphBLAS_version.tex       this version of SuiteSparse:GraphBLAS
    License.txt                 SPDX-License-Identifier: Apache-2.0
    README_Doc.txt              this file

Papers on SuiteSparse:GraphBLAS.  See the User Guide for the full citations.

    toms_graphblas.pdf          2019 ACM TOMS paper on SuiteSparse:GraphBLAS
    CSC20_OpenMP_GraphBLAS.pdf  "Parallel GraphBLAS with OpenMP"
    HPEC19.pdf                  "Write Quick, Run Fast: Sparse DNN ..."
    Davis_HPEC18.pdf            "Graph algorithms via SuiteSparse:GraphBLAS..."
    lagraph-grapl19.pdf         "LAGraph: a community effort to collect graph
                                 algorithms built on top of the GraphBLAS"
    HPEC20_Python_and_MATLAB.pdf    "GraphBLAS programmability", by Mattson
                                    Pelletier, and Davis.  HPEC'20
    toms_parallel_grb2.pdf      2021 ACM TOMS paper on the parallel
                                SuiteSparse:GraphBLAS (submitted July 2021,
                                revised Aug 2022)
    The_GraphBLAS_in_Julia_and_Python_the_PageRank_and_Triangle_Centralities.pdf