Convolutions in nalgebra?

Scipy has a convolution method (https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.convolve.html). Is there something similar for the nalgebra crate?

Convolutions are not implemented on nalgebra yet. I’ve opened a new issue on github.

1 Like