On 2025-08-29 in 2a57572 “Merge pull request #153 from worldfnd/px/refactor”:
Paralelize
result
}
}
/// Left multiplication by vector
// OPT: Paralelize
impl Mul<HydratedSparseMatrix<'_>> for &[FieldElement] {
type Output = Vec<FieldElement>;
fn mul(self, rhs: HydratedSparseMatrix<'_>) -> Self::Output {
assert_eq!(
From provekit/common/src/sparse_matrix.rs:168
On 2025-08-29 in
2a57572“Merge pull request #153 from worldfnd/px/refactor”:Paralelize
result } } /// Left multiplication by vector // OPT: Paralelize impl Mul<HydratedSparseMatrix<'_>> for &[FieldElement] { type Output = Vec<FieldElement>; fn mul(self, rhs: HydratedSparseMatrix<'_>) -> Self::Output { assert_eq!(From
provekit/common/src/sparse_matrix.rs:168