Mojo-Numerics-and-Algorithms-group / NuMojo

NuMojo is a library for numerical computing in Mojo 🔥 similar to numpy in Python.
Apache License 2.0
86 stars 15 forks source link

[lib] Remove matmul_parallelized_simd as it is the same with the matmul_parallelized #48

Closed forFudan closed 2 months ago

forFudan commented 2 months ago

Remove matmul_parallelized_simd as it is the same with the matmul_parallelized after introducing a nelt of 16. Updated the docstring.

Import all functions for the statistics and matmul modules.