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

Static Public Member Functions

static void rmatrixtrsafesolve (double[,] a, int n, ref double[] x, ref double s, bool isupper, bool istrans, bool isunit)
 
static void safesolvetriangular (double[,] a, int n, ref double[] x, ref double s, bool isupper, bool istrans, bool isunit, bool normin, ref double[] cnorm)
 
static void rmatrixtrsafesolve (double[,] a, int n, ref double[] x, ref double s, bool isupper, bool istrans, bool isunit)
 
static void safesolvetriangular (double[,] a, int n, ref double[] x, ref double s, bool isupper, bool istrans, bool isunit, bool normin, ref double[] cnorm)
 

Member Function Documentation

static void alglib.trlinsolve.rmatrixtrsafesolve ( double  a[,],
int  n,
ref double[]  x,
ref double  s,
bool  isupper,
bool  istrans,
bool  isunit 
)
inlinestatic
static void alglib.trlinsolve.safesolvetriangular ( double  a[,],
int  n,
ref double[]  x,
ref double  s,
bool  isupper,
bool  istrans,
bool  isunit,
bool  normin,
ref double[]  cnorm 
)
inlinestatic
static void alglib.trlinsolve.rmatrixtrsafesolve ( double  a[,],
int  n,
ref double[]  x,
ref double  s,
bool  isupper,
bool  istrans,
bool  isunit 
)
inlinestatic
static void alglib.trlinsolve.safesolvetriangular ( double  a[,],
int  n,
ref double[]  x,
ref double  s,
bool  isupper,
bool  istrans,
bool  isunit,
bool  normin,
ref double[]  cnorm 
)
inlinestatic

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