C# Class Coon.Compass.Procyon.alglib.alglib.hsschur

ファイルを表示 Open project: dbaileychess/Compass

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

internalschurdecomposition() public static method

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
return void

upperhessenbergschurdecomposition() public static method

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