C# Class YAMP.Numerics.Transformlet

Afficher le fichier Open project: FlorianRappl/YAMP Class Usage Examples

Protected Properties

Свойство Type Description
N int
R int
u YAMP.ScalarValue[]

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Expand ( int idxL, int N1, int N2 ) : int

Method Details

Expand() protected static méthode

protected static Expand ( int idxL, int N1, int N2 ) : int
idxL int
N1 int
N2 int
Résultat int

FftKernel() public méthode

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
Résultat void

FftPass() public méthode

public FftPass ( ScalarValue x, ScalarValue y, int Ns, int sign ) : void
x YAMP.ScalarValue
y YAMP.ScalarValue
Ns int
sign int
Résultat void

Transformlet() public méthode

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

Property Details

N protected_oe property

protected int N
Résultat int

R protected_oe property

protected int R
Résultat int

u protected_oe property

protected ScalarValue[],YAMP u
Résultat YAMP.ScalarValue[]