ConvolutionMatrixExtension<T> extension

on

Methods

convolve(Matrix<T> kernel, {DataType<T>? dataType, ConvolutionMode mode = ConvolutionMode.full}) Matrix<T>
Returns a view of the convolution between this matrix and the given kernel. The solution is obtained lazily by straightforward computation, not by using a FFT.