#include <math.h>
#include <string.h>
#include "ipc.h"
#include "analyze.h"
#include "lissom.h"
#include "fit_gauss.h"
#include "npsol.h"
#include "globals.h"
Include dependency graph for fit_gauss.c:

Go to the source code of this file.
Created June 1994 by Joseph Sirosh.
Calls external NPSOL library in FORTRAN to do the nonlinear optimization; see npsol.h for more info. USE_NPSOL must be defined before using any of these routines or they won't actually call NPSOL.
If NPSOL is not available (e.g. since f2c is not available for non-GNU C systems) the program should still compile but warnings will be printed when those functions are used. To force NPSOL not to be used even if the program incorrectly guesses that it should be available, undefine USE_NPSOL.
Definition in file fit_gauss.c.
|
|
Definition at line 31 of file fit_gauss.c. |
|
|
Definition at line 35 of file fit_gauss.c. |
|
|
Definition at line 32 of file fit_gauss.c. |
|
|
Definition at line 34 of file fit_gauss.c. |
|
|
Definition at line 33 of file fit_gauss.c. |
|
|
Definition at line 36 of file fit_gauss.c. |
|
|
Definition at line 347 of file fit_gauss.c. |
|
|
Definition at line 417 of file fit_gauss.c. |
|
|
Definition at line 446 of file fit_gauss.c. |
|
|
Definition at line 265 of file fit_gauss.c. |
|
|
Definition at line 160 of file fit_gauss.c. |
|
|
Definition at line 235 of file fit_gauss.c. |
|
|
Definition at line 136 of file fit_gauss.c. |
|
|
Definition at line 115 of file fit_gauss.c. |
|
|
Definition at line 91 of file fit_gauss.c. |
|
|
Definition at line 55 of file fit_gauss.c. |
|
|
Definition at line 77 of file fit_gauss.c. |
|
|
Definition at line 78 of file fit_gauss.c. |
|
|
Definition at line 80 of file fit_gauss.c. |
|
|
Definition at line 84 of file fit_gauss.c. |
|
|
Definition at line 78 of file fit_gauss.c. |
|
|
Definition at line 77 of file fit_gauss.c. |
|
|
Definition at line 83 of file fit_gauss.c. |
|
|
Definition at line 83 of file fit_gauss.c. |
|
|
Definition at line 83 of file fit_gauss.c. |
|
|
Definition at line 83 of file fit_gauss.c. |
|
|
Definition at line 81 of file fit_gauss.c. |
|
|
Definition at line 39 of file fit_gauss.c. |
|
|
Definition at line 38 of file fit_gauss.c. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000