C# 클래스 YAMP.Numerics.Transformlet

파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
N int
R int
u YAMP.ScalarValue[]

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Expand ( int idxL, int N1, int N2 ) : int

메소드 상세

Expand() 보호된 정적인 메소드

protected static Expand ( int idxL, int N1, int N2 ) : int
idxL int
N1 int
N2 int
리턴 int

FftKernel() 공개 메소드

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
리턴 void

FftPass() 공개 메소드

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

Transformlet() 공개 메소드

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

프로퍼티 상세

N 보호되어 있는 프로퍼티

protected int N
리턴 int

R 보호되어 있는 프로퍼티

protected int R
리턴 int

u 보호되어 있는 프로퍼티

protected ScalarValue[],YAMP u
리턴 YAMP.ScalarValue[]