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

Static Public Member Functions

static void convc1d (complex[] a, int m, complex[] b, int n, ref complex[] r)
 
static void convc1dinv (complex[] a, int m, complex[] b, int n, ref complex[] r)
 
static void convc1dcircular (complex[] s, int m, complex[] r, int n, ref complex[] c)
 
static void convc1dcircularinv (complex[] a, int m, complex[] b, int n, ref complex[] r)
 
static void convr1d (double[] a, int m, double[] b, int n, ref double[] r)
 
static void convr1dinv (double[] a, int m, double[] b, int n, ref double[] r)
 
static void convr1dcircular (double[] s, int m, double[] r, int n, ref double[] c)
 
static void convr1dcircularinv (double[] a, int m, double[] b, int n, ref double[] r)
 
static void convc1dx (complex[] a, int m, complex[] b, int n, bool circular, int alg, int q, ref complex[] r)
 
static void convr1dx (double[] a, int m, double[] b, int n, bool circular, int alg, int q, ref double[] r)
 
static void convc1d (complex[] a, int m, complex[] b, int n, ref complex[] r)
 
static void convc1dinv (complex[] a, int m, complex[] b, int n, ref complex[] r)
 
static void convc1dcircular (complex[] s, int m, complex[] r, int n, ref complex[] c)
 
static void convc1dcircularinv (complex[] a, int m, complex[] b, int n, ref complex[] r)
 
static void convr1d (double[] a, int m, double[] b, int n, ref double[] r)
 
static void convr1dinv (double[] a, int m, double[] b, int n, ref double[] r)
 
static void convr1dcircular (double[] s, int m, double[] r, int n, ref double[] c)
 
static void convr1dcircularinv (double[] a, int m, double[] b, int n, ref double[] r)
 
static void convc1dx (complex[] a, int m, complex[] b, int n, bool circular, int alg, int q, ref complex[] r)
 
static void convr1dx (double[] a, int m, double[] b, int n, bool circular, int alg, int q, ref double[] r)
 

Member Function Documentation

static void alglib.conv.convc1d ( complex[]  a,
int  m,
complex[]  b,
int  n,
ref complex[]  r 
)
inlinestatic
static void alglib.conv.convc1dcircular ( complex[]  s,
int  m,
complex[]  r,
int  n,
ref complex[]  c 
)
inlinestatic
static void alglib.conv.convr1d ( double[]  a,
int  m,
double[]  b,
int  n,
ref double[]  r 
)
inlinestatic
static void alglib.conv.convr1dinv ( double[]  a,
int  m,
double[]  b,
int  n,
ref double[]  r 
)
inlinestatic
static void alglib.conv.convr1dcircular ( double[]  s,
int  m,
double[]  r,
int  n,
ref double[]  c 
)
inlinestatic
static void alglib.conv.convc1d ( complex[]  a,
int  m,
complex[]  b,
int  n,
ref complex[]  r 
)
inlinestatic
static void alglib.conv.convc1dinv ( complex[]  a,
int  m,
complex[]  b,
int  n,
ref complex[]  r 
)
inlinestatic
static void alglib.conv.convc1dcircular ( complex[]  s,
int  m,
complex[]  r,
int  n,
ref complex[]  c 
)
inlinestatic
static void alglib.conv.convc1dcircularinv ( complex[]  a,
int  m,
complex[]  b,
int  n,
ref complex[]  r 
)
inlinestatic
static void alglib.conv.convr1d ( double[]  a,
int  m,
double[]  b,
int  n,
ref double[]  r 
)
inlinestatic
static void alglib.conv.convr1dinv ( double[]  a,
int  m,
double[]  b,
int  n,
ref double[]  r 
)
inlinestatic
static void alglib.conv.convr1dcircular ( double[]  s,
int  m,
double[]  r,
int  n,
ref double[]  c 
)
inlinestatic
static void alglib.conv.convr1dcircularinv ( double[]  a,
int  m,
double[]  b,
int  n,
ref double[]  r 
)
inlinestatic
static void alglib.conv.convr1dx ( double[]  a,
int  m,
double[]  b,
int  n,
bool  circular,
int  alg,
int  q,
ref double[]  r 
)
inlinestatic

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