You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It implements the Sherman-Morrison lemma computation that's needed while computing the GLS chi2 when ECORRs are present. It's a major performance bottleneck in PINT right now. Since this package is written in Cython and a bit of straight-up C, it should offer significant speedup.
This package is pip and conda-installable according to its README file, so there is no issue with dependency management.
The text was updated successfully, but these errors were encountered:
I would have to work a bit to make fastshermanmorrison conda-installable. I did just figure out how to do a conda forge release for PTMCMCSampler, so I could make an effort. Right now it is not yet in conda-forge.
The package in question is https://github.com/nanograv/fastshermanmorrison written by @vhaasteren.
It implements the Sherman-Morrison lemma computation that's needed while computing the GLS chi2 when ECORRs are present. It's a major performance bottleneck in PINT right now. Since this package is written in Cython and a bit of straight-up C, it should offer significant speedup.
This package is pip and conda-installable according to its README file, so there is no issue with dependency management.
The text was updated successfully, but these errors were encountered: