# slop-matrix
Re-exports [`p3_matrix`](https://crates.io/crates/p3_matrix) from [Plonky3](https://github.com/Plonky3/Plonky3) for use in the SLOP library.
This crate provides matrix types and operations optimized for proof system computations. It includes dense and sparse matrix representations used for storing execution traces.
## License
This crate re-exports code from Plonky3, which is licensed under MIT/Apache-2.0.
---
Part of [SLOP](https://github.com/succinctlabs/sp1/tree/dev/slop), the Succinct Library of Polynomials.