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

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

공개 메소드들

메소드 설명
cmatrixinverse ( complex &a, int n, int &info, matinvreport rep ) : void
cmatrixluinverse ( complex &a, int pivots, int n, int &info, matinvreport rep ) : void
cmatrixtrinverse ( complex &a, int n, bool isupper, bool isunit, int &info, matinvreport rep ) : void
hpdmatrixcholeskyinverse ( complex &a, int n, bool isupper, int &info, matinvreport rep ) : void
hpdmatrixinverse ( complex &a, int n, bool isupper, int &info, matinvreport rep ) : void
rmatrixinverse ( double &a, int n, int &info, matinvreport rep ) : void
rmatrixluinverse ( double &a, int pivots, int n, int &info, matinvreport rep ) : void
rmatrixtrinverse ( double &a, int n, bool isupper, bool isunit, int &info, matinvreport rep ) : void
spdmatrixcholeskyinverse ( double &a, int n, bool isupper, int &info, matinvreport rep ) : void
spdmatrixinverse ( double &a, int n, bool isupper, int &info, matinvreport rep ) : void

비공개 메소드들

메소드 설명
cmatrixluinverserec ( complex &a, int offs, int n, complex &work, int &info, matinvreport rep ) : void
cmatrixtrinverserec ( complex &a, int offs, int n, bool isupper, bool isunit, complex &tmp, int &info, matinvreport rep ) : void
hpdmatrixcholeskyinverserec ( complex &a, int offs, int n, bool isupper, complex &tmp ) : void
rmatrixluinverserec ( double &a, int offs, int n, double &work, int &info, matinvreport rep ) : void
rmatrixtrinverserec ( double &a, int offs, int n, bool isupper, bool isunit, double &tmp, int &info, matinvreport rep ) : void
spdmatrixcholeskyinverserec ( double &a, int offs, int n, bool isupper, double &tmp ) : void

메소드 상세

cmatrixinverse() 공개 정적인 메소드

public static cmatrixinverse ( complex &a, int n, int &info, matinvreport rep ) : void
a complex
n int
info int
rep matinvreport
리턴 void

cmatrixluinverse() 공개 정적인 메소드

public static cmatrixluinverse ( complex &a, int pivots, int n, int &info, matinvreport rep ) : void
a complex
pivots int
n int
info int
rep matinvreport
리턴 void

cmatrixtrinverse() 공개 정적인 메소드

public static cmatrixtrinverse ( complex &a, int n, bool isupper, bool isunit, int &info, matinvreport rep ) : void
a complex
n int
isupper bool
isunit bool
info int
rep matinvreport
리턴 void

hpdmatrixcholeskyinverse() 공개 정적인 메소드

public static hpdmatrixcholeskyinverse ( complex &a, int n, bool isupper, int &info, matinvreport rep ) : void
a complex
n int
isupper bool
info int
rep matinvreport
리턴 void

hpdmatrixinverse() 공개 정적인 메소드

public static hpdmatrixinverse ( complex &a, int n, bool isupper, int &info, matinvreport rep ) : void
a complex
n int
isupper bool
info int
rep matinvreport
리턴 void

rmatrixinverse() 공개 정적인 메소드

public static rmatrixinverse ( double &a, int n, int &info, matinvreport rep ) : void
a double
n int
info int
rep matinvreport
리턴 void

rmatrixluinverse() 공개 정적인 메소드

public static rmatrixluinverse ( double &a, int pivots, int n, int &info, matinvreport rep ) : void
a double
pivots int
n int
info int
rep matinvreport
리턴 void

rmatrixtrinverse() 공개 정적인 메소드

public static rmatrixtrinverse ( double &a, int n, bool isupper, bool isunit, int &info, matinvreport rep ) : void
a double
n int
isupper bool
isunit bool
info int
rep matinvreport
리턴 void

spdmatrixcholeskyinverse() 공개 정적인 메소드

public static spdmatrixcholeskyinverse ( double &a, int n, bool isupper, int &info, matinvreport rep ) : void
a double
n int
isupper bool
info int
rep matinvreport
리턴 void

spdmatrixinverse() 공개 정적인 메소드

public static spdmatrixinverse ( double &a, int n, bool isupper, int &info, matinvreport rep ) : void
a double
n int
isupper bool
info int
rep matinvreport
리턴 void