#include <stdio.h>
Go to the source code of this file.
|
| void | addint () |
| |
| void | airy () |
| |
| void | fgauss (float x, float a[], float *y, float dyda[], int na) |
| |
| float | gasdev (long *idum) |
| |
| void | mrqmin (float x[], float y[], float sig[], int ndata, float a[], int ia[], int ma, float **covar, float **alpha, float *chisq, void(*funcs)(float, float [], float *, float [], int), float *alamda) |
| |
§ _ARITHCODE_DECLARE_T_
| #define _ARITHCODE_DECLARE_T_ |
§ _FCOMPLEX_DECLARE_T_
| #define _FCOMPLEX_DECLARE_T_ |
Definition at line 5 of file Marq.h.
§ _HUFFCODE_DECLARE_T_
| #define _HUFFCODE_DECLARE_T_ |
§ fcomplex
§ addint()
§ airy()
§ fgauss()
| void fgauss |
( |
float |
x, |
|
|
float |
a[], |
|
|
float * |
y, |
|
|
float |
dyda[], |
|
|
int |
na |
|
) |
| |
§ gasdev()
| float gasdev |
( |
long * |
idum | ) |
|
§ mrqmin()
| void mrqmin |
( |
float |
x[], |
|
|
float |
y[], |
|
|
float |
sig[], |
|
|
int |
ndata, |
|
|
float |
a[], |
|
|
int |
ia[], |
|
|
int |
ma, |
|
|
float ** |
covar, |
|
|
float ** |
alpha, |
|
|
float * |
chisq, |
|
|
void(*)(float, float [], float *, float [], int) |
funcs, |
|
|
float * |
alamda |
|
) |
| |