Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #include <math.h>
  2. #include <stdio.h>
  3. #include <stdlib.h>
  4. #include <time.h>
  5. #include <gsl/gsl_matrix.h>
  6. #include <gsl/gsl_vector.h>
  7. #include <gsl/gsl_linalg.h>
  8. #include <gsl/gsl_math.h>
  9. #include "gsl/gsl_cdf.h"
  10. #include "gsl/gsl_randist.h"
  11. using namespace std;
  12.  
  13. : fatal error: 'gsl/gsl_matrix.h' file not found
  14. #include <gsl/gsl_matrix.h>
  15. ^~~~~~~~~~~~~~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement