DirectConvolution Class Reference

Direct computation of the convolution. More...

Inheritance diagram for DirectConvolution:

IConvolution

List of all members.

Public Member Functions

Complex[] Convolution (Complex[] a, Complex[] b)
 Computes the convolution.
override string ToString ()
 Returns the name of the convolution algorithm.


Detailed Description

Direct computation of the convolution.

Basic approach requiring quadratic time.

Definition at line 10 of file DirectConvolution.cs.


Member Function Documentation

Complex [] Convolution ( Complex[]  a,
Complex[]  b 
)

Computes the convolution.

Works in time $ O(|a|*|b|) $.

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.


The documentation for this class was generated from the following file:

Generated on Thu Jun 4 22:47:05 2009 for FFT by  doxygen 1.5.8