ZigRazor / CXXGraph

Header-Only C++ Library for Graph Representation and Algorithms
https://zigrazor.github.io/CXXGraph/
Mozilla Public License 2.0
472 stars 115 forks source link

Define `pow` function for graph matrices #455

Open sbaldu opened 5 months ago

sbaldu commented 5 months ago

Users might want to calculate a power of the Graph matrices (adjacency for the number of shortest paths, transition for simulating markov chains ecc.). It would be useful to provide them this utility. This is also related to issue #328 and issue #107.

Do you agree @ZigRazor?

ZigRazor commented 5 months ago

Yes, of course!

wrcorcoran commented 3 months ago

@ZigRazor Could you assign this to me, please?

ZigRazor commented 3 months ago

Yes!

wrcorcoran commented 3 months ago

just a heads up, still working on this! been busy with stuff from work!