IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
alglib.spdgevd Class Reference

Static Public Member Functions

static bool smatrixgevd (double[,] a, int n, bool isuppera, double[,] b, bool isupperb, int zneeded, int problemtype, ref double[] d, ref double[,] z)
 
static bool smatrixgevdreduce (ref double[,] a, int n, bool isuppera, double[,] b, bool isupperb, int problemtype, ref double[,] r, ref bool isupperr)
 
static bool smatrixgevd (double[,] a, int n, bool isuppera, double[,] b, bool isupperb, int zneeded, int problemtype, ref double[] d, ref double[,] z)
 
static bool smatrixgevdreduce (ref double[,] a, int n, bool isuppera, double[,] b, bool isupperb, int problemtype, ref double[,] r, ref bool isupperr)
 

Member Function Documentation

static bool alglib.spdgevd.smatrixgevd ( double  a[,],
int  n,
bool  isuppera,
double  b[,],
bool  isupperb,
int  zneeded,
int  problemtype,
ref double[]  d,
ref double  z[,] 
)
inlinestatic
static bool alglib.spdgevd.smatrixgevdreduce ( ref double  a[,],
int  n,
bool  isuppera,
double  b[,],
bool  isupperb,
int  problemtype,
ref double  r[,],
ref bool  isupperr 
)
inlinestatic
static bool alglib.spdgevd.smatrixgevd ( double  a[,],
int  n,
bool  isuppera,
double  b[,],
bool  isupperb,
int  zneeded,
int  problemtype,
ref double[]  d,
ref double  z[,] 
)
inlinestatic
static bool alglib.spdgevd.smatrixgevdreduce ( ref double  a[,],
int  n,
bool  isuppera,
double  b[,],
bool  isupperb,
int  problemtype,
ref double  r[,],
ref bool  isupperr 
)
inlinestatic

The documentation for this class was generated from the following file: