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.safesolve Class Reference

Static Public Member Functions

static bool rmatrixscaledtrsafesolve (double[,] a, double sa, int n, ref double[] x, bool isupper, int trans, bool isunit, double maxgrowth)
 
static bool cmatrixscaledtrsafesolve (complex[,] a, double sa, int n, ref complex[] x, bool isupper, int trans, bool isunit, double maxgrowth)
 
static bool rmatrixscaledtrsafesolve (double[,] a, double sa, int n, ref double[] x, bool isupper, int trans, bool isunit, double maxgrowth)
 
static bool cmatrixscaledtrsafesolve (complex[,] a, double sa, int n, ref complex[] x, bool isupper, int trans, bool isunit, double maxgrowth)
 

Static Private Member Functions

static bool cbasicsolveandupdate (complex alpha, complex beta, double lnmax, double bnorm, double maxgrowth, ref double xnorm, ref complex x)
 
static bool cbasicsolveandupdate (complex alpha, complex beta, double lnmax, double bnorm, double maxgrowth, ref double xnorm, ref complex x)
 

Member Function Documentation

static bool alglib.safesolve.rmatrixscaledtrsafesolve ( double  a[,],
double  sa,
int  n,
ref double[]  x,
bool  isupper,
int  trans,
bool  isunit,
double  maxgrowth 
)
inlinestatic
static bool alglib.safesolve.cmatrixscaledtrsafesolve ( complex  a[,],
double  sa,
int  n,
ref complex[]  x,
bool  isupper,
int  trans,
bool  isunit,
double  maxgrowth 
)
inlinestatic
static bool alglib.safesolve.cbasicsolveandupdate ( complex  alpha,
complex  beta,
double  lnmax,
double  bnorm,
double  maxgrowth,
ref double  xnorm,
ref complex  x 
)
inlinestaticprivate
static bool alglib.safesolve.rmatrixscaledtrsafesolve ( double  a[,],
double  sa,
int  n,
ref double[]  x,
bool  isupper,
int  trans,
bool  isunit,
double  maxgrowth 
)
inlinestatic
static bool alglib.safesolve.cmatrixscaledtrsafesolve ( complex  a[,],
double  sa,
int  n,
ref complex[]  x,
bool  isupper,
int  trans,
bool  isunit,
double  maxgrowth 
)
inlinestatic
static bool alglib.safesolve.cbasicsolveandupdate ( complex  alpha,
complex  beta,
double  lnmax,
double  bnorm,
double  maxgrowth,
ref double  xnorm,
ref complex  x 
)
inlinestaticprivate

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