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

Classes

class  fblslincgstate
 

Static Public Member Functions

static void fblscholeskysolve (double[,] cha, double sqrtscalea, int n, bool isupper, ref double[] xb, ref double[] tmp)
 
static void fblssolvecgx (double[,] a, int m, int n, double alpha, double[] b, ref double[] x, ref double[] buf)
 
static void fblscgcreate (double[] x, double[] b, int n, fblslincgstate state)
 
static bool fblscgiteration (fblslincgstate state)
 
static void fblssolvels (ref double[,] a, ref double[] b, int m, int n, ref double[] tmp0, ref double[] tmp1, ref double[] tmp2)
 
static void fblscholeskysolve (double[,] cha, double sqrtscalea, int n, bool isupper, ref double[] xb, ref double[] tmp)
 
static void fblssolvecgx (double[,] a, int m, int n, double alpha, double[] b, ref double[] x, ref double[] buf)
 
static void fblscgcreate (double[] x, double[] b, int n, fblslincgstate state)
 
static bool fblscgiteration (fblslincgstate state)
 
static void fblssolvels (ref double[,] a, ref double[] b, int m, int n, ref double[] tmp0, ref double[] tmp1, ref double[] tmp2)
 

Member Function Documentation

static void alglib.fbls.fblscholeskysolve ( double  cha[,],
double  sqrtscalea,
int  n,
bool  isupper,
ref double[]  xb,
ref double[]  tmp 
)
inlinestatic
static void alglib.fbls.fblssolvecgx ( double  a[,],
int  m,
int  n,
double  alpha,
double[]  b,
ref double[]  x,
ref double[]  buf 
)
inlinestatic
static void alglib.fbls.fblscgcreate ( double[]  x,
double[]  b,
int  n,
fblslincgstate  state 
)
inlinestatic
static bool alglib.fbls.fblscgiteration ( fblslincgstate  state)
inlinestatic
static void alglib.fbls.fblssolvels ( ref double  a[,],
ref double[]  b,
int  m,
int  n,
ref double[]  tmp0,
ref double[]  tmp1,
ref double[]  tmp2 
)
inlinestatic
static void alglib.fbls.fblscholeskysolve ( double  cha[,],
double  sqrtscalea,
int  n,
bool  isupper,
ref double[]  xb,
ref double[]  tmp 
)
inlinestatic
static void alglib.fbls.fblssolvecgx ( double  a[,],
int  m,
int  n,
double  alpha,
double[]  b,
ref double[]  x,
ref double[]  buf 
)
inlinestatic
static void alglib.fbls.fblscgcreate ( double[]  x,
double[]  b,
int  n,
fblslincgstate  state 
)
inlinestatic
static bool alglib.fbls.fblscgiteration ( fblslincgstate  state)
inlinestatic
static void alglib.fbls.fblssolvels ( ref double  a[,],
ref double[]  b,
int  m,
int  n,
ref double[]  tmp0,
ref double[]  tmp1,
ref double[]  tmp2 
)
inlinestatic

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