-
Notifications
You must be signed in to change notification settings - Fork 5
Refactor matrix inversion #377
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
Refactor matrix inversion #377
Conversation
for more information, see https://pre-commit.ci
…nlucca/echopop into refactor_matrix_inversion
for more information, see https://pre-commit.ci
…nlucca/echopop into refactor_matrix_inversion
for more information, see https://pre-commit.ci
…nlucca/echopop into refactor_matrix_inversion
for more information, see https://pre-commit.ci
…nlucca/echopop into refactor_matrix_inversion
Yep! It's possible that it was just my machine, but I was running into significant performance issues when running the optimization step via When profiling those functions, the Bessel function interpolation was heads-and-shoulders above everything else. Adding the From what I understand, I think converting the frequency-loop within |
for more information, see https://pre-commit.ci
This PR includes updated functions, methods, etc. for running the matrix inversion analysis (for both krill and in general).
Note: the tests have pretty spotty coverage at the moment so I am still actively working on these to make sure at least the primary usage is covered and working from there.