-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add large matrix inversion #46
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #46 +/- ##
===========================================
- Coverage 72.77% 50.88% -21.89%
===========================================
Files 10 11 +1
Lines 1381 1411 +30
===========================================
- Hits 1005 718 -287
- Misses 376 693 +317
Continue to review full report at Codecov.
|
@andreasnoack can you take a look at this? |
I have quite a bit on my plate for the time being but will review this eventually. |
bump |
May I suggest we merge this so long as the tests are passing? @oxinabox In case you would be up for refreshing, that is. |
Do we know anything about the error properties of this algorithm? |
I don't. |
This PR adds large matrix inversion.
I feel it might fit here under the category of "A place to experiment with fast linear algebra routines written in Julia"
It is hard to find a home for this code.
But it is really quiet useful and fast.
It was mostly written by Mahdi Jamei. (Who I do not think is on Github).
I just did some cleanup, and optimisations and am handling releasing it somewhere open source