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

Show file Open project: dbaileychess/Compass

Public Methods

Method 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

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

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

cmatrixlup() public static method

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

cmatrixplu() public static method

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

hpdmatrixcholesky() public static method

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

rmatrixlu() public static method

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

rmatrixlup() public static method

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

rmatrixplu() public static method

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

spdmatrixcholesky() public static method

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

spdmatrixcholeskyrec() public static method

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