Matrix vector product experiments
Instructions:
cargo test -- --nocapture and the number of constraints will be printedlib.rs lines 71 & 72 to test the different approaches:
let Az = mat_vec_mul_sparse_gadget(A, z);
// let Az = handcrafted_A_by_z(cs, z)?;