Mojo-Numerics-and-Algorithms-group / NuMojo

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

[add] Add `convolve2d` function in the `signal` module #135

Closed forFudan closed 3 weeks ago

forFudan commented 3 weeks ago

Add convolve2d function and the signal module.

It has the similar objective as the scipy.signal module.