kotlin-numpy / org.jetbrains.numkt.math / convolve

convolve

fun <T : Number, E : Number> convolve(a: KtNDArray<T>, v: KtNDArray<E>, mode: String = "full"): KtNDArray<E> (source)

Returns the discrete, linear convolution of two one-dimensional sequences.