StRoot
1
|
This is the complete list of members for numericalRecipes, including all inherited members.
convert_matrix(float *a, long nrl, long nrh, long ncl, long nch) (defined in numericalRecipes) | numericalRecipes | static |
covsrt(double **covar, int ma, int ia[], int mfit) (defined in numericalRecipes) | numericalRecipes | static |
dmatrix(long nrl, long nrh, long ncl, long nch) (defined in numericalRecipes) | numericalRecipes | static |
dvector(long nl, long nh) (defined in numericalRecipes) | numericalRecipes | static |
free_convert_matrix(float **b, long nrl, long nrh, long ncl, long nch) (defined in numericalRecipes) | numericalRecipes | static |
free_dmatrix(double **m, long nrl, long nrh, long ncl, long nch) (defined in numericalRecipes) | numericalRecipes | static |
free_dvector(double *v, long nl, long nh) (defined in numericalRecipes) | numericalRecipes | static |
free_imatrix(int **m, long nrl, long nrh, long ncl, long nch) (defined in numericalRecipes) | numericalRecipes | static |
free_ivector(int *v, long nl, long nh) (defined in numericalRecipes) | numericalRecipes | static |
free_matrix(float **m, long nrl, long nrh, long ncl, long nch) (defined in numericalRecipes) | numericalRecipes | static |
free_submatrix(float **b, long nrl, long nrh, long ncl, long nch) (defined in numericalRecipes) | numericalRecipes | static |
free_vector(float *v, long nl, long nh) (defined in numericalRecipes) | numericalRecipes | static |
gaussj(double **a, int n, double **b, int m) (defined in numericalRecipes) | numericalRecipes | static |
imatrix(long nrl, long nrh, long ncl, long nch) (defined in numericalRecipes) | numericalRecipes | static |
invertMatrix(int n, double **matrix, double **inverse) (defined in numericalRecipes) | numericalRecipes | static |
ivector(long nl, long nh) (defined in numericalRecipes) | numericalRecipes | static |
lubksb(double **a, int n, int *indx, double b[]) (defined in numericalRecipes) | numericalRecipes | static |
ludcmp(double **a, int n, int *indx, double *d) (defined in numericalRecipes) | numericalRecipes | static |
matrix(long nrl, long nrh, long ncl, long nch) (defined in numericalRecipes) | numericalRecipes | static |
nrerror(const char error_text[]) (defined in numericalRecipes) | numericalRecipes | static |
numericalRecipes() (defined in numericalRecipes) | numericalRecipes | |
submatrix(float **a, long oldrl, long oldrh, long oldcl, long oldch, long newrl, long newcl) (defined in numericalRecipes) | numericalRecipes | static |
vector(long nl, long nh) (defined in numericalRecipes) | numericalRecipes | static |
~numericalRecipes() (defined in numericalRecipes) | numericalRecipes | virtual |