C# 클래스 TPB3D.Maths.ALGLIB.alglib.hsschur

파일 보기 프로젝트 열기: tpb3d/TPB3D

공개 메소드들

메소드 설명
internalschurdecomposition ( double &h, int n, int tneeded, int zneeded, double &wr, double &wi, double &z, int &info ) : void
upperhessenbergschurdecomposition ( double &h, int n, double &s ) : bool

비공개 메소드들

메소드 설명
aux2x2schur ( double &a, double &b, double &c, double &d, double &rt1r, double &rt1i, double &rt2r, double &rt2i, double &cs, double &sn ) : void
extschursign ( double a, double b ) : double
extschursigntoone ( double b ) : int
internalauxschur ( bool wantt, bool wantz, int n, int ilo, int ihi, double &h, double &wr, double &wi, int iloz, int ihiz, double &z, double &work, double &workv3, double &workc1, double &works1, int &info ) : void

메소드 상세

internalschurdecomposition() 공개 정적인 메소드

public static internalschurdecomposition ( double &h, int n, int tneeded, int zneeded, double &wr, double &wi, double &z, int &info ) : void
h double
n int
tneeded int
zneeded int
wr double
wi double
z double
info int
리턴 void

upperhessenbergschurdecomposition() 공개 정적인 메소드

public static upperhessenbergschurdecomposition ( double &h, int n, double &s ) : bool
h double
n int
s double
리턴 bool