C# Class YAMP.Numerics.RadixThreeTransformlet

Inheritance: Transformlet
Mostra file Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
FftPass ( ScalarValue x, ScalarValue y, int Ns, int sign ) : void
RadixThreeTransformlet ( int N, ScalarValue u ) : System

Private Methods

Method Description
FftKernel ( ScalarValue x0, ScalarValue x1, ScalarValue x2, ScalarValue &y0, ScalarValue &y1, ScalarValue &y2, int sign ) : void

Method Details

FftPass() public method

public FftPass ( ScalarValue x, ScalarValue y, int Ns, int sign ) : void
x YAMP.ScalarValue
y YAMP.ScalarValue
Ns int
sign int
return void

RadixThreeTransformlet() public method

public RadixThreeTransformlet ( int N, ScalarValue u ) : System
N int
u YAMP.ScalarValue
return System