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

Implement the `matmul` method using `matmul_parallelized` function. #51

Closed forFudan closed 2 months ago

forFudan commented 2 months ago

Implement the matmul method using matmul_parallelized function. This allows the use of @ operator:

A @ B