ConvolutionMatrixExtension<T> extension

on

Methods

convolve(Matrix<T> kernel, {DataType<T>? dataType, MatrixConvolution mode = MatrixConvolution.full}) Matrix<T>

Available on Matrix<T>, provided by the ConvolutionMatrixExtension extension

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.