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

Show file Open project: dbaileychess/Compass

Public Methods

Method Description
smatrixgevd ( double a, int n, bool isuppera, double b, bool isupperb, int zneeded, int problemtype, double &d, double &z ) : bool
smatrixgevdreduce ( double &a, int n, bool isuppera, double b, bool isupperb, int problemtype, double &r, bool &isupperr ) : bool

Method Details

smatrixgevd() public static method

public static smatrixgevd ( double a, int n, bool isuppera, double b, bool isupperb, int zneeded, int problemtype, double &d, double &z ) : bool
a double
n int
isuppera bool
b double
isupperb bool
zneeded int
problemtype int
d double
z double
return bool

smatrixgevdreduce() public static method

public static smatrixgevdreduce ( double &a, int n, bool isuppera, double b, bool isupperb, int problemtype, double &r, bool &isupperr ) : bool
a double
n int
isuppera bool
b double
isupperb bool
problemtype int
r double
isupperr bool
return bool