sbromberger / graphmatrix

Sparse matrix representation of unweighted graphs in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sparse matrix representation of unweighted graphs in Go

License:MIT License


Languages

Language:Go 100.0%