TwiceAsNice
2019-02-18
|
#include <stdlib.h>
#include <math.h>
Macros | |
#define | MA 6 /* No. of variables */ |
#define | MITER 64 /* Max. no. of iterations */ |
Functions | |
int | iqe (float *pfm, float *pwm, int mx, int my, float *parm, float *sdev) |
int | iqebgv (float *pfm, float *pwm, int mx, int my, float *bgm, float *bgs, int *nbg) |
int | iqemnt (float *pfm, float *pwm, int mx, int my, float bgv, float bgs, float *amm) |
int | estm9p (float *pfm, float *pwm, int mx, int my, int nx, int ny, float *rm, float *dx, float *dy) |
int | iqesec (float *pfm, float *pwm, int mx, int my, float bgv, float *est, float *sec) |
int | iqefit (float *pfm, float *pwm, int mx, int my, float bgv, float *est, float *ap, float *cm) |
int | g2einit (float *val, float *wght, int nx, int ny) |
int | g2efunc (int idx, float *val, float *fval, float *psig, float *a, float *dyda, int ma) |
int | g2efit (float *val, float *wght, int nx, int ny, ap, cv, double *pchi) |
Variables | |
static double | hsq2 = 0.7071067811865475244 |
static float * | pval |
static float * | pwght |
static int | mx |
static int | mp |
static int | winsize |
static double | w [9] |
static double | xi [9] |
static double | yi [9] |
#define MA 6 /* No. of variables */ |
#define MITER 64 /* Max. no. of iterations */ |
int estm9p | ( | float * | pfm, |
float * | pwm, | ||
int | mx, | ||
int | my, | ||
int | nx, | ||
int | ny, | ||
float * | rm, | ||
float * | dx, | ||
float * | dy | ||
) |
int g2efit | ( | float * | val, |
float * | wght, | ||
int | nx, | ||
int | ny, | ||
ap | , | ||
cv | , | ||
double * | pchi | ||
) |
int g2efunc | ( | int | idx, |
float * | val, | ||
float * | fval, | ||
float * | psig, | ||
float * | a, | ||
float * | dyda, | ||
int | ma | ||
) |
int g2einit | ( | float * | val, |
float * | wght, | ||
int | nx, | ||
int | ny | ||
) |
int iqe | ( | float * | pfm, |
float * | pwm, | ||
int | mx, | ||
int | my, | ||
float * | parm, | ||
float * | sdev | ||
) |
int iqebgv | ( | float * | pfm, |
float * | pwm, | ||
int | mx, | ||
int | my, | ||
float * | bgm, | ||
float * | bgs, | ||
int * | nbg | ||
) |
int iqefit | ( | float * | pfm, |
float * | pwm, | ||
int | mx, | ||
int | my, | ||
float | bgv, | ||
float * | est, | ||
float * | ap, | ||
float * | cm | ||
) |
int iqemnt | ( | float * | pfm, |
float * | pwm, | ||
int | mx, | ||
int | my, | ||
float | bgv, | ||
float | bgs, | ||
float * | amm | ||
) |
int iqesec | ( | float * | pfm, |
float * | pwm, | ||
int | mx, | ||
int | my, | ||
float | bgv, | ||
float * | est, | ||
float * | sec | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |