| Top |
| void | show_matrix_eqn () |
| gsl_vector * | solve_svd () |
| #define | C_VACUO |
| #define | ELECTRON_CHARGE |
| #define | PLANCK |
| #define | THOMSON_LENGTH |
| int | assplode () |
| void | chomp () |
| double | gaussian_noise () |
| void | progress_bar () |
| int | poisson_noise () |
| size_t | notrail () |
| double | random_flat () |
| double | flat_noise () |
| void | show_matrix () |
void show_matrix_eqn (gsl_matrix *M,gsl_vector *v);
Displays a matrix equation of the form M.a
= v
.
gsl_vector * solve_svd (gsl_vector *v,gsl_matrix *M,int *n_filt,int verbose);
Solves the matrix equation M.x = v, returning x. Performs rescaling and eigenvalue filtering.