slop-matrix 6.2.2

Re-exports p3_matrix from Plonky3 for SLOP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.