mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-17 23:48:45 +00:00
modify script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user