Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sbromberger/graphmatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages