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

Static Public Member Functions

static bool rmatrixsvd (double[,] a, int m, int n, int uneeded, int vtneeded, int additionalmemory, ref double[] w, ref double[,] u, ref double[,] vt)
 
static bool rmatrixsvd (double[,] a, int m, int n, int uneeded, int vtneeded, int additionalmemory, ref double[] w, ref double[,] u, ref double[,] vt)
 

Member Function Documentation

static bool alglib.svd.rmatrixsvd ( double  a[,],
int  m,
int  n,
int  uneeded,
int  vtneeded,
int  additionalmemory,
ref double[]  w,
ref double  u[,],
ref double  vt[,] 
)
inlinestatic
static bool alglib.svd.rmatrixsvd ( double  a[,],
int  m,
int  n,
int  uneeded,
int  vtneeded,
int  additionalmemory,
ref double[]  w,
ref double  u[,],
ref double  vt[,] 
)
inlinestatic

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