jpfairbanks / GraphMatrices.jl

A Julia package for strongly typed graph matrices.
Other
6 stars 5 forks source link

References and examples #2

Closed weijianzhg closed 7 years ago

weijianzhg commented 9 years ago

Hi @jpfairbanks,

Could you provide some references and examples for this package?

Thanks, Weijian

ashkan-leo commented 7 years ago

I would like to see some examples as well. I don't know how to use any function in the package.

jpfairbanks commented 7 years ago

This package has been integrated into LightGraphs.jl. You can access the various GraphMatrices using their names NormalizedLaplacian(g) etc.