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

Show file Open project: dbaileychess/Compass

Public Methods

Method Description
cmatrixdet ( complex a, int n ) : complex
cmatrixludet ( complex a, int pivots, int n ) : complex
rmatrixdet ( double a, int n ) : double
rmatrixludet ( double a, int pivots, int n ) : double
spdmatrixcholeskydet ( double a, int n ) : double
spdmatrixdet ( double a, int n, bool isupper ) : double

Method Details

cmatrixdet() public static method

public static cmatrixdet ( complex a, int n ) : complex
a complex
n int
return complex

cmatrixludet() public static method

public static cmatrixludet ( complex a, int pivots, int n ) : complex
a complex
pivots int
n int
return complex

rmatrixdet() public static method

public static rmatrixdet ( double a, int n ) : double
a double
n int
return double

rmatrixludet() public static method

public static rmatrixludet ( double a, int pivots, int n ) : double
a double
pivots int
n int
return double

spdmatrixcholeskydet() public static method

public static spdmatrixcholeskydet ( double a, int n ) : double
a double
n int
return double

spdmatrixdet() public static method

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