-
Notifications
You must be signed in to change notification settings - Fork 9
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
classify interval matrices #20
Conversation
With underscores it is more readable. In fact I would write |
Codecov Report
@@ Coverage Diff @@
## main #20 +/- ##
==========================================
+ Coverage 89.68% 91.87% +2.19%
==========================================
Files 4 5 +1
Lines 126 160 +34
==========================================
+ Hits 113 147 +34
Misses 13 13
Continue to review full report at Codecov.
|
840bd6d
to
7b3ebff
Compare
a conflict needs to be resolved before merging |
add test for strictly diagonal dominant matrices changed name for is_sdd_matrix and added test for Z-matrix added tests for M matrix fix typo in tests remove import automatically added by vscode small fixes small fixes don't use sum in sdd test added link to references in docstrings check inv(Ac)A is H-matrix in test for strongly regular matrix update is_strongly_regular docstring
a8480ea
to
fb9e721
Compare
this can be merged now I think? |
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.
Nice work!
Add functions to classify interval matrices
Regarding the names, better with or without underscore?