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

Afficher le fichier Open project: dbaileychess/Compass

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

cmatrixinverse() public static méthode

public static cmatrixinverse ( complex &a, int n, int &info, matinvreport rep ) : void
a complex
n int
info int
rep matinvreport
Résultat void

cmatrixluinverse() public static méthode

public static cmatrixluinverse ( complex &a, int pivots, int n, int &info, matinvreport rep ) : void
a complex
pivots int
n int
info int
rep matinvreport
Résultat void

cmatrixtrinverse() public static méthode

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
Résultat void

hpdmatrixcholeskyinverse() public static méthode

public static hpdmatrixcholeskyinverse ( complex &a, int n, bool isupper, int &info, matinvreport rep ) : void
a complex
n int
isupper bool
info int
rep matinvreport
Résultat void

hpdmatrixinverse() public static méthode

public static hpdmatrixinverse ( complex &a, int n, bool isupper, int &info, matinvreport rep ) : void
a complex
n int
isupper bool
info int
rep matinvreport
Résultat void

rmatrixinverse() public static méthode

public static rmatrixinverse ( double &a, int n, int &info, matinvreport rep ) : void
a double
n int
info int
rep matinvreport
Résultat void

rmatrixluinverse() public static méthode

public static rmatrixluinverse ( double &a, int pivots, int n, int &info, matinvreport rep ) : void
a double
pivots int
n int
info int
rep matinvreport
Résultat void

rmatrixtrinverse() public static méthode

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
Résultat void

spdmatrixcholeskyinverse() public static méthode

public static spdmatrixcholeskyinverse ( double &a, int n, bool isupper, int &info, matinvreport rep ) : void
a double
n int
isupper bool
info int
rep matinvreport
Résultat void

spdmatrixinverse() public static méthode

public static spdmatrixinverse ( double &a, int n, bool isupper, int &info, matinvreport rep ) : void
a double
n int
isupper bool
info int
rep matinvreport
Résultat void