This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | UNUSED |
#define | SQR(a) ((sqrarg=(a)) == 0.0 ? 0.0 : sqrarg*sqrarg) |
#define | DSQR(a) ((dsqrarg=(a)) == 0.0 ? 0.0 : dsqrarg*dsqrarg) |
#define | DMAX(a, b) |
#define | DMIN(a, b) |
#define | FMAX(a, b) |
#define | FMIN(a, b) |
#define | LMAX(a, b) |
#define | LMIN(a, b) |
#define | IMAX(a, b) |
#define | IMIN(a, b) |
#define | SIGN(a, b) ((b) >= 0.0 ? fabs(a) : -fabs(a)) |
Functions | |
void | nrerror () |
float * | vector () |
float ** | matrix () |
float ** | submatrix () |
float ** | convert_matrix () |
float *** | f3tensor () |
double * | dvector () |
double ** | dmatrix () |
int * | ivector () |
int ** | imatrix () |
unsigned char * | cvector () |
unsigned long * | lvector () |
void | free_vector () |
void | free_dvector () |
void | free_ivector () |
void | free_cvector () |
void | free_lvector () |
void | free_matrix () |
void | free_submatrix () |
void | free_convert_matrix () |
void | free_dmatrix () |
void | free_imatrix () |
void | free_f3tensor () |
|
Value: (dmaxarg1=(a),dmaxarg2=(b),(dmaxarg1) > (dmaxarg2) ?\ (dmaxarg1) : (dmaxarg2)) |
|
Value: (dminarg1=(a),dminarg2=(b),(dminarg1) < (dminarg2) ?\ (dminarg1) : (dminarg2)) |
|
|
|
Value: (maxarg1=(a),maxarg2=(b),(maxarg1) > (maxarg2) ?\ (maxarg1) : (maxarg2)) Definition at line 25 of file nrutil.h. Referenced by svdcmp(). |
|
Value: (minarg1=(a),minarg2=(b),(minarg1) < (minarg2) ?\ (minarg1) : (minarg2)) |
|
Value: (imaxarg1=(a),imaxarg2=(b),(imaxarg1) > (imaxarg2) ?\ (imaxarg1) : (imaxarg2)) |
|
Value: (iminarg1=(a),iminarg2=(b),(iminarg1) < (iminarg2) ?\ (iminarg1) : (iminarg2)) Definition at line 45 of file nrutil.h. Referenced by svdcmp(). |
|
Value: (lmaxarg1=(a),lmaxarg2=(b),(lmaxarg1) > (lmaxarg2) ?\ (lmaxarg1) : (lmaxarg2)) |
|
Value: (lminarg1=(a),lminarg2=(b),(lminarg1) < (lminarg2) ?\ (lminarg1) : (lminarg2)) |
|
|
|
Definition at line 11 of file nrutil.h. Referenced by pythag(). |
|
|
|
Referenced by mysimplx(). |
|
|
|
|
|
|
|
|
|
Referenced by mysimplx(). |
|
|
|
|
|
|
|
|
|
|
|
Referenced by mat_null(), and mysimplx(). |
|
|
|
Referenced by svdcmp(). |
|
|
|
Referenced by ludcmp(), mat_det(), mat_eigen(), mat_LU_inv(), mat_null(), mat_pseudoinv(), svbksb(), and svdcmp(). |
|
|
|
Referenced by mat_null(), mysimplx(), and simplx(). |
|
|
|
Referenced by svdcmp(). |
|
Referenced by convert_matrix(), dmatrix(), dvector(), imatrix(), ivector(), ludcmp(), matrix(), simplx(), submatrix(), svdcmp(), and vector(). |
|
|
|
Referenced by ludcmp(), mat_det(), mat_eigen(), mat_LU_inv(), mat_null(), mat_pseudoinv(), svbksb(), and svdcmp(). |