/graphmatrix

Sparse matrix representation of unweighted graphs in Go

Primary LanguageGoMIT LicenseMIT

GraphMatrix

Simplified, efficient sparse matrix representations for unweighted graphs

Implementation of CSC Sparse Matrices representing boolean types. There is no nzval vector; a point is defined or undefined.

Installation

With Go installed, package installation is performed using go get.

go get -u github.com/sbromberger/graphmatrix

Acknowledgements

Inspiration and some code taken / modified from James Bowman's sparse package