modify script

This commit is contained in:
WoojinLee
2023-10-26 06:06:08 +00:00
parent 83dd526f50
commit 0e68258553
2 changed files with 64 additions and 30 deletions

View File

@@ -5,6 +5,9 @@
use rayon::prelude::*;
// Use this function if you want.
use crate::assignments::assignment09::matmul::dot_product;
/// Returns the sum of `f(v)` for all element `v` the given array.
///
/// # Exmaple