Go to the source code of this file.
Defines | |
#define | FREE_ARG char* |
#define | NR_END 1 |
#define | TINY 1.0e-20 |
Functions | |
void | free_intvector (int *v, long nl, long nh) |
void | free_ivector (size_t *v, long nl, long nh) |
void | free_matrix (double **m, long nrl, long nrh, long ncl, long nch) |
void | free_vector (double *v, long nl, long nh) |
int * | intvector (long nl, long nh) |
size_t * | ivector (long nl, long nh) |
void | lubksb (double **a, int n, int *indx, double b[]) |
void | ludcmp (double **a, int n, int *indx, double *d) |
double ** | matrix (long nrl, long nrh, long ncl, long nch) |
void | nrerror (char error_text[]) |
void | polint (double xa[], double ya[], int n, double x, double *y, double *dy) |
void | savgol (double *c, int np, int nl, int nr, int ld, int m) |
double * | vector (long nl, long nh) |
#define FREE_ARG char* |
Referenced by free_intvector(), free_ivector(), free_matrix(), and free_vector().
#define NR_END 1 |
Referenced by free_intvector(), free_ivector(), free_matrix(), free_vector(), intvector(), ivector(), matrix(), and vector().
#define TINY 1.0e-20 |
Referenced by ludcmp().
void free_intvector | ( | int * | v, | |
long | nl, | |||
long | nh | |||
) |
void free_matrix | ( | double ** | m, | |
long | nrl, | |||
long | nrh, | |||
long | ncl, | |||
long | nch | |||
) |
void free_vector | ( | double * | v, | |
long | nl, | |||
long | nh | |||
) |
int* intvector | ( | long | nl, | |
long | nh | |||
) |
void lubksb | ( | double ** | a, | |
int | n, | |||
int * | indx, | |||
double | b[] | |||
) |
Referenced by savgol().
void ludcmp | ( | double ** | a, | |
int | n, | |||
int * | indx, | |||
double * | d | |||
) |
double** matrix | ( | long | nrl, | |
long | nrh, | |||
long | ncl, | |||
long | nch | |||
) |
References NR_END, and nrerror().
Referenced by muParserScript::cell(), ImportOPJ::importTables(), and savgol().
void nrerror | ( | char | error_text[] | ) |
void polint | ( | double | xa[], | |
double | ya[], | |||
int | n, | |||
double | x, | |||
double * | y, | |||
double * | dy | |||
) |
void savgol | ( | double * | c, | |
int | np, | |||
int | nl, | |||
int | nr, | |||
int | ld, | |||
int | m | |||
) |
References free_intvector(), free_matrix(), free_vector(), IMIN(), intvector(), lubksb(), ludcmp(), matrix(), nrerror(), and vector().
Referenced by SmoothFilter::smoothSavGol().
double* vector | ( | long | nl, | |
long | nh | |||
) |
References NR_END, and nrerror().
Referenced by ImportOPJ::importGraphs(), ludcmp(), polint(), savgol(), and SmoothFilter::smoothSavGol().