Public Member Functions | |
Complex[] | Convolution (Complex[] a, Complex[] b) |
Computes the convolution. | |
override string | ToString () |
Returns the name of the convolution algorithm. |
Basic approach requiring quadratic time.
Definition at line 10 of file DirectConvolution.cs.
Computes the convolution.
Works in time .
Implements IConvolution.
Definition at line 17 of file DirectConvolution.cs.
override string ToString | ( | ) |
Returns the name of the convolution algorithm.
This method returs "Polynomial"
.
Implements IConvolution.
Definition at line 34 of file DirectConvolution.cs.