mirror of
https://github.com/arnaucube/mat-vec-prod-exp.git
synced 2026-01-27 22:33:51 +01:00
341 B
341 B
mat-vec-prod-exp
Matrix vector product experiments
Instructions:
- Just run
cargo test -- --nocaptureand the number of constraints will be printed - Can comment & uncomment
lib.rslines71&72to test the different approaches:let Az = mat_vec_mul_sparse_gadget(A, z); // let Az = handcrafted_A_by_z(cs, z)?;