-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement matrices used in network dynamics #366
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes are good, please add some documentation in the read, and if is possible some examples of use under the examples section
Done, let me know if everything is ok! |
Codecov Report
@@ Coverage Diff @@
## master #366 +/- ##
=======================================
Coverage 97.51% 97.52%
=======================================
Files 55 55
Lines 9174 9236 +62
=======================================
+ Hits 8946 9007 +61
- Misses 228 229 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Related to the issue #359.
Created the methods getDegreeMatrix, getLaplacianMatrix and getTransitionMatrix. I also added the caching mechanisms for the above matrices.