#include <malloc.h>#include <stdio.h>Include dependency graph for nrutil.c:

Go to the source code of this file.
Functions | |
| void | nrerror (error_text) |
| float * | vector (int nl, int nh) |
| int * | ivector (int nl, int nh) |
| double * | dvector (int nl, int nh) |
| float ** | matrix (int nrl, int nrh, int ncl, int nch) |
| double ** | dmatrix (int nrl, int nrh, int ncl, int nch) |
| int ** | imatrix (int nrl, int nrh, int ncl, int nch) |
| float ** | submatrix (float **a, int oldrl, int oldrh, int oldcl, int oldch, int newrl, int newcl) |
| void | free_vector (float *v, int nl, int nh) |
| void | free_ivector (int *v, int nl, int nh) |
| void | free_dvector (double *v, int nl, int nh) |
| void | free_matrix (float **m, int nrl, int nrh, int ncl, int nch) |
| void | free_dmatrix (double **m, int nrl, int nrh, int ncl, int nch) |
| void | free_imatrix (int **m, int nrl, int nrh, int ncl, int nch) |
| void | free_submatrix (float **b, int nrl, int nrh, int ncl, int nch) |
| float ** | convert_matrix (float *a, int nrl, int nrh, int ncl, int nch) |
| void | free_convert_matrix (float **b, int nrl, int nrh, int ncl, int nch) |
|
||||||||||||||||||||||||
|
Definition at line 186 of file nrutil.c. References nrerror(). |
|
||||||||||||||||||||
|
Definition at line 68 of file nrutil.c. References nrerror(). |
|
||||||||||||
|
Definition at line 38 of file nrutil.c. References nrerror(). |
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
Definition at line 86 of file nrutil.c. References nrerror(). |
|
||||||||||||
|
Definition at line 28 of file nrutil.c. References nrerror(). |
|
||||||||||||||||||||
|
Definition at line 50 of file nrutil.c. References nrerror(). |
|
|
|
|
||||||||||||||||||||||||||||||||
|
Definition at line 105 of file nrutil.c. References nrerror(). |
|
||||||||||||
|
Definition at line 18 of file nrutil.c. References nrerror(). |
1.3.6