ConvolutionMatrixExtension<T> extension
- on
-
- Matrix<
T>
- Matrix<
Methods
-
convolve(
Matrix< T> kernel, {DataType<T> ? dataType, MatrixConvolution mode = MatrixConvolution.full}) → Matrix<T> -
Available on Matrix<
Returns a view of the convolution between this matrix and the givenT> , provided by the ConvolutionMatrixExtension extensionkernel. The solution is obtained lazily by straightforward computation, not by using a FFT.