| Crates.io | bitgauss |
| lib.rs | bitgauss |
| version | 0.3.4 |
| created_at | 2025-06-17 22:37:05.843974+00 |
| updated_at | 2025-07-01 22:36:46.457826+00 |
| description | A fast boolean linear algebra library |
| homepage | https://github.com/akissinger/bitgauss |
| repository | https://github.com/akissinger/bitgauss |
| max_upload_size | |
| id | 1716366 |
| size | 94,251 |
These are the Python bindings for bitgauss, a Rust library for linear algebra over the 2-element finite field. The main data structure is BitMatrix, a bit-packed 2D matrix that implements fast linear algebraic operations using bitwise operations.