C# Class TPB3D.Maths.ALGLIB.alglib.matdet

Afficher le fichier Open project: tpb3d/TPB3D

Méthodes publiques

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

public static cmatrixdet ( complex a, int n ) : complex
a complex
n int
Résultat complex

cmatrixludet() public static méthode

public static cmatrixludet ( complex a, int pivots, int n ) : complex
a complex
pivots int
n int
Résultat complex

rmatrixdet() public static méthode

public static rmatrixdet ( double a, int n ) : double
a double
n int
Résultat double

rmatrixludet() public static méthode

public static rmatrixludet ( double a, int pivots, int n ) : double
a double
pivots int
n int
Résultat double

spdmatrixcholeskydet() public static méthode

public static spdmatrixcholeskydet ( double a, int n ) : double
a double
n int
Résultat double

spdmatrixdet() public static méthode

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