Registry / utility / suitesparse-lagraph

suitesparse-lagraph

JSON →
library1.1.4vcpkgunverified

Library plus test harness for collecting algorithms that use GraphBLAS.

vcpkg install suitesparse-lagraph
INSTALL
IMPORT
SIG · SUITESPARSE-LAGRAP
S
suitesparse-lagraph
utilitycppv1.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LAGraph.h
#include <LAGraph.h>

Initialize LAGraph, create a GraphBLAS matrix, and finalize.

#include <LAGraph.h> #include <GraphBLAS.h> int main() { GrB_Matrix A; GrB_Matrix_new(&A, GrB_FP64, 3, 3); LAGraph_Init(NULL); LAGraph_Finalize(NULL); GrB_Matrix_free(&A); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

suitesparse-lagraph — pip install suitesparse-lagraph · libregistry