Skip to main content

DeconvolutionWithConvolution

f(gh)=(fh)gf \oslash (g \otimes h) = (f \oslash h) \oslash g.

note

Proposition 2.7, point 8, [DNC18].

public class DeconvolutionWithConvolution : Equivalence

Inheritance ObjectEquivalenceDeconvolutionWithConvolution

Properties

LeftSideExpression

Left side of the equivalence

public CurveExpression LeftSideExpression { get; set; }

Property Value

CurveExpression

RightSideExpression

Right side of the equivalence

public CurveExpression RightSideExpression { get; set; }

Property Value

CurveExpression

Constructors

DeconvolutionWithConvolution()

public DeconvolutionWithConvolution()