|
DAS
3.1.6 - 18/09/2017
|
Go to the source code of this file.
Macros | |
| #define | DMAX(a, b) |
| #define | DMIN(a, b) |
| #define | DSQR(a) ((dsqrarg=(a)) == 0.0 ? 0.0 : dsqrarg*dsqrarg) |
| #define | FMAX(a, b) |
| #define | FMIN(a, b) |
| #define | IMAX(a, b) |
| #define | IMIN(a, b) |
| #define | LMAX(a, b) |
| #define | LMIN(a, b) |
| #define | SIGN(a, b) ((b) >= 0.0 ? fabs(a) : -fabs(a)) |
| #define | SQR(a) ((sqrarg=(a)) == 0.0 ? 0.0 : sqrarg*sqrarg) |
Functions | |
| float ** | convert_matrix () |
| unsigned char * | cvector () |
| double ** | dmatrix () |
| double * | dvector () |
| float *** | f3tensor () |
| void | free_convert_matrix () |
| void | free_cvector () |
| void | free_dmatrix () |
| void | free_dvector () |
| void | free_f3tensor () |
| void | free_imatrix () |
| void | free_ivector () |
| void | free_lvector () |
| void | free_matrix () |
| void | free_submatrix () |
| void | free_vector () |
| int ** | imatrix () |
| int * | ivector () |
| unsigned long * | lvector () |
| float ** | matrix () |
| void | nrerror () |
| float ** | submatrix () |
| float * | vector () |
Variables | |
| static double | dmaxarg1 |
| static double | dmaxarg2 |
| static double | dminarg1 |
| static double | dminarg2 |
| static double | dsqrarg |
| static int | imaxarg1 |
| static int | imaxarg2 |
| static int | iminarg1 |
| static int | iminarg2 |
| static long | lmaxarg1 |
| static long | lmaxarg2 |
| static long | lminarg1 |
| static long | lminarg2 |
| static float | maxarg1 |
| static float | maxarg2 |
| static float | minarg1 |
| static float | minarg2 |
| static float | sqrarg |
| #define DMAX | ( | a, | |
| b | |||
| ) |
| #define DMIN | ( | a, | |
| b | |||
| ) |
| #define FMAX | ( | a, | |
| b | |||
| ) |
| #define FMIN | ( | a, | |
| b | |||
| ) |
| #define IMAX | ( | a, | |
| b | |||
| ) |
| #define IMIN | ( | a, | |
| b | |||
| ) |
| #define LMAX | ( | a, | |
| b | |||
| ) |
| #define LMIN | ( | a, | |
| b | |||
| ) |
| #define SIGN | ( | a, | |
| b | |||
| ) | ((b) >= 0.0 ? fabs(a) : -fabs(a)) |
| float** convert_matrix | ( | ) |
| unsigned char* cvector | ( | ) |
| double** dmatrix | ( | ) |
| double* dvector | ( | ) |
Referenced by polintlambda(), svbksb(), svdcmp(), svdfit(), and testpolintlambda().
Here is the caller graph for this function:| float*** f3tensor | ( | ) |
| void free_convert_matrix | ( | ) |
| void free_cvector | ( | ) |
| void free_dmatrix | ( | ) |
| void free_dvector | ( | ) |
| void free_f3tensor | ( | ) |
| void free_imatrix | ( | ) |
| void free_ivector | ( | ) |
| void free_lvector | ( | ) |
| void free_matrix | ( | ) |
| void free_submatrix | ( | ) |
| void free_vector | ( | ) |
Referenced by polint(), spline(), svdcmp(), svdfit(), testpolintfull(), testpolintshort(), testsplint(), and testsplintrc().
Here is the caller graph for this function:| int** imatrix | ( | ) |
| int* ivector | ( | ) |
| unsigned long* lvector | ( | ) |
| float** matrix | ( | ) |
| void nrerror | ( | ) |
Referenced by polint(), polintlambda(), ratint(), splint(), svdcmp(), testpolintlambda(), and testsplintrc().
Here is the caller graph for this function:| float** submatrix | ( | ) |
| float* vector | ( | ) |
Referenced by polint(), ratint(), spline(), testpolintfull(), testpolintshort(), testsplint(), and testsplintrc().
Here is the caller graph for this function: