C# Class YAMP.Numerics.Transformlet

ファイルを表示 Open project: FlorianRappl/YAMP Class Usage Examples

Protected Properties

Property Type Description
N int
R int
u YAMP.ScalarValue[]

Public Methods

Method Description
FftKernel ( ScalarValue x, ScalarValue y, int y0, int dy, int sign ) : void
FftPass ( ScalarValue x, ScalarValue y, int Ns, int sign ) : void
Transformlet ( int R, int N, ScalarValue u ) : System

Protected Methods

Method Description
Expand ( int idxL, int N1, int N2 ) : int

Method Details

Expand() protected static method

protected static Expand ( int idxL, int N1, int N2 ) : int
idxL int
N1 int
N2 int
return int

FftKernel() public method

public FftKernel ( ScalarValue x, ScalarValue y, int y0, int dy, int sign ) : void
x YAMP.ScalarValue
y YAMP.ScalarValue
y0 int
dy int
sign int
return void

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

Transformlet() public method

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

Property Details

N protected_oe property

protected int N
return int

R protected_oe property

protected int R
return int

u protected_oe property

protected ScalarValue[],YAMP u
return YAMP.ScalarValue[]