|  | Double | 
The Double1DConvolution type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this convolution instance. | 
|  | Convolve(Double) | Computes the convolution between the stored convolution kernel, and the vector data. | 
|  | Convolve(DoubleVector) | Computes the convolution between the stored convolution kernel, and the vector data. | 
|  | Convolve(Double, Double) | Computes the convolution between the stored convolution kernel, and the vector data. | 
|  | Convolve(DoubleVector, DoubleVector) | Computes the convolution between the stored convolution kernel, and the vector data. | 
|  | Finalize | Provides non-deterministic destruction of underlying unmanaged resources. (Inherited from ConvolutionBase) | 
|  | TrimConvolution(DoubleVector, ConvolutionBaseWindowing) | Creates a clipped view into the convolution. This does not create a copy of the input convolution. | 
|  | TrimConvolutionT(T, ConvolutionBaseWindowing) | Creates a windowed view into the convolution.  This does not create a copy of the input convolution. (Inherited from ConvolutionBase) | 
 See Also
See Also