-
Notifications
You must be signed in to change notification settings - Fork 144
Define pow function for graph matrices #455
Copy link
Copy link
Labels
Priority:MediumPriority Label for medium priority issuePriority Label for medium priority issuecoresomething about coresomething about coreenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthacktoberfest issuehacktoberfest issuehelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
Priority:MediumPriority Label for medium priority issuePriority Label for medium priority issuecoresomething about coresomething about coreenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthacktoberfest issuehacktoberfest issuehelp wantedExtra attention is neededExtra attention is needed
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?