C# 클래스 Coon.Compass.Procyon.alglib.alglib.trfac

파일 보기 프로젝트 열기: dbaileychess/Compass

공개 메소드들

메소드 설명
cmatrixlu ( complex &a, int m, int n, int &pivots ) : void
cmatrixlup ( complex &a, int m, int n, int &pivots ) : void
cmatrixplu ( complex &a, int m, int n, int &pivots ) : void
hpdmatrixcholesky ( complex &a, int n, bool isupper ) : bool
rmatrixlu ( double &a, int m, int n, int &pivots ) : void
rmatrixlup ( double &a, int m, int n, int &pivots ) : void
rmatrixplu ( double &a, int m, int n, int &pivots ) : void
spdmatrixcholesky ( double &a, int n, bool isupper ) : bool
spdmatrixcholeskyrec ( double &a, int offs, int n, bool isupper, double &tmp ) : bool

비공개 메소드들

메소드 설명
cmatrixlup2 ( complex &a, int offs, int m, int n, int &pivots, complex &tmp ) : void
cmatrixluprec ( complex &a, int offs, int m, int n, int &pivots, complex &tmp ) : void
cmatrixplu2 ( complex &a, int offs, int m, int n, int &pivots, complex &tmp ) : void
cmatrixplurec ( complex &a, int offs, int m, int n, int &pivots, complex &tmp ) : void
hpdmatrixcholesky2 ( complex &aaa, int offs, int n, bool isupper, complex &tmp ) : bool
hpdmatrixcholeskyrec ( complex &a, int offs, int n, bool isupper, complex &tmp ) : bool
rmatrixlup2 ( double &a, int offs, int m, int n, int &pivots, double &tmp ) : void
rmatrixluprec ( double &a, int offs, int m, int n, int &pivots, double &tmp ) : void
rmatrixplu2 ( double &a, int offs, int m, int n, int &pivots, double &tmp ) : void
rmatrixplurec ( double &a, int offs, int m, int n, int &pivots, double &tmp ) : void
spdmatrixcholesky2 ( double &aaa, int offs, int n, bool isupper, double &tmp ) : bool

메소드 상세

cmatrixlu() 공개 정적인 메소드

public static cmatrixlu ( complex &a, int m, int n, int &pivots ) : void
a complex
m int
n int
pivots int
리턴 void

cmatrixlup() 공개 정적인 메소드

public static cmatrixlup ( complex &a, int m, int n, int &pivots ) : void
a complex
m int
n int
pivots int
리턴 void

cmatrixplu() 공개 정적인 메소드

public static cmatrixplu ( complex &a, int m, int n, int &pivots ) : void
a complex
m int
n int
pivots int
리턴 void

hpdmatrixcholesky() 공개 정적인 메소드

public static hpdmatrixcholesky ( complex &a, int n, bool isupper ) : bool
a complex
n int
isupper bool
리턴 bool

rmatrixlu() 공개 정적인 메소드

public static rmatrixlu ( double &a, int m, int n, int &pivots ) : void
a double
m int
n int
pivots int
리턴 void

rmatrixlup() 공개 정적인 메소드

public static rmatrixlup ( double &a, int m, int n, int &pivots ) : void
a double
m int
n int
pivots int
리턴 void

rmatrixplu() 공개 정적인 메소드

public static rmatrixplu ( double &a, int m, int n, int &pivots ) : void
a double
m int
n int
pivots int
리턴 void

spdmatrixcholesky() 공개 정적인 메소드

public static spdmatrixcholesky ( double &a, int n, bool isupper ) : bool
a double
n int
isupper bool
리턴 bool

spdmatrixcholeskyrec() 공개 정적인 메소드

public static spdmatrixcholeskyrec ( double &a, int offs, int n, bool isupper, double &tmp ) : bool
a double
offs int
n int
isupper bool
tmp double
리턴 bool