ConvolutionVectorExtension<T> extension

on

Methods

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