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

Afficher le fichier Open project: dbaileychess/Compass

Méthodes publiques

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

Private Methods

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

Method Details

cmatrixlu() public static méthode

public static cmatrixlu ( complex &a, int m, int n, int &pivots ) : void
a complex
m int
n int
pivots int
Résultat void

cmatrixlup() public static méthode

public static cmatrixlup ( complex &a, int m, int n, int &pivots ) : void
a complex
m int
n int
pivots int
Résultat void

cmatrixplu() public static méthode

public static cmatrixplu ( complex &a, int m, int n, int &pivots ) : void
a complex
m int
n int
pivots int
Résultat void

hpdmatrixcholesky() public static méthode

public static hpdmatrixcholesky ( complex &a, int n, bool isupper ) : bool
a complex
n int
isupper bool
Résultat bool

rmatrixlu() public static méthode

public static rmatrixlu ( double &a, int m, int n, int &pivots ) : void
a double
m int
n int
pivots int
Résultat void

rmatrixlup() public static méthode

public static rmatrixlup ( double &a, int m, int n, int &pivots ) : void
a double
m int
n int
pivots int
Résultat void

rmatrixplu() public static méthode

public static rmatrixplu ( double &a, int m, int n, int &pivots ) : void
a double
m int
n int
pivots int
Résultat void

spdmatrixcholesky() public static méthode

public static spdmatrixcholesky ( double &a, int n, bool isupper ) : bool
a double
n int
isupper bool
Résultat bool

spdmatrixcholeskyrec() public static méthode

public static spdmatrixcholeskyrec ( double &a, int offs, int n, bool isupper, double &tmp ) : bool
a double
offs int
n int
isupper bool
tmp double
Résultat bool