C# Class YAMP.Numerics.BluesteinTransformlet

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

Méthodes publiques

Méthode Description
BluesteinTransformlet ( int R, int N, ScalarValue u ) : System
FftKernel ( ScalarValue x, ScalarValue y, int y0, int dy, int sign ) : void

Private Methods

Méthode Description
ComputeBluesteinCoefficients ( int R ) : YAMP.ScalarValue[]
NextPowerOfBase ( int n, int b ) : int
SetBluesteinLength ( int N ) : int

Method Details

BluesteinTransformlet() public méthode

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

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