Interface to the correlation and convolution task manager. This is used to maintain the state of an instance of a MKL convolution or correlation task.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public interface IConvCorrManager
Visual Basic (Declaration)
Public Interface IConvCorrManager
Visual C++
public interface class IConvCorrManager

Remarks

The various vector shapes defined below, do not by definition, account for any offsets or strides or any other details of the data storage.

See Also