arnaucube 989bc9a358 | 9 months ago | |
---|---|---|
src | 9 months ago | |
.gitignore | 9 months ago | |
Cargo.lock | 9 months ago | |
Cargo.toml | 9 months ago | |
README.md | 9 months ago |
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)?;