Paper | Slides | Poster | Docs | API | PyPI | Anaconda | Docker Hub | Github
detKit
is a Python package for computing determinant functions of matrices.
pip install detkit
conda install s-ameli::detkit
docker pull sameli/detkit
Successful installation and tests performed on the following operating systems, architectures, and Python and PyPy versions:
Python wheels for detkit
for all supported platforms and versions in the above are available through PyPI and Anaconda Cloud. If you need detkit
on other platforms, architectures, and Python or PyPy versions, raise an issue on GitHub and we build its Python Wheel for you.
See documentation of the package.
Read about the benchmark test of detkit
in practical applications.
We welcome contributions via GitHub's pull request. If you do not feel comfortable modifying the code, we also welcome feature requests and bug reports as GitHub issues.
If you publish work that uses detkit
, please consider citing the manuscripts available here.
Ameli, S., and Shadden. S. C. (2023). A Singular Woodbury and Pseudo-Determinant Matrix Identities and Application to Gaussian Process Regression. Applied Mathematics and Computation 452, 128032. doi
@article{amc-2023, title = {A singular Woodbury and pseudo-determinant matrix identities and application to Gaussian process regression}, journal = {Applied Mathematics and Computation}, volume = {452}, pages = {128032}, year = {2023}, issn = {0096-3003}, doi = {https://doi.org/10.1016/j.amc.2023.128032}, author = {Siavash Ameli and Shawn C. Shadden}, }
Siavash Ameli, Chris van der Heide, Liam Hodgkinson, Fred Roosta, Michael W. Mahoney (2025). Determinant Estimation under Memory Constraints and Neural Scaling Laws. Forty-second International Conference on Machine Learning. doi
@inproceedings{ ameli2025determinant, title={Determinant Estimation under Memory Constraints and Neural Scaling Laws}, author={Siavash Ameli and Chris van der Heide and Liam Hodgkinson and Fred Roosta and Michael W. Mahoney}, booktitle={Forty-second International Conference on Machine Learning}, year={2025}, url={https://openreview.net/forum?id=nkV9PPp8R8} }
This project uses a BSD 3-clause license, in hopes that it will be accessible to most projects. If you require a different license, please raise an issue and we will consider a dual license.