G
Gary Wessle
Hi
using gsl library to load formated data from a file into a
matrix. downloaded the library and reading the docs. I noticed in the
examples to include
#include <stdio.h>
#include <gsl/gsl_matrix.h>
1) the <filename.h> is a C and not a C++ style, do I expect problems?
and what?
2) I am not able to locate gsl/gsl_matrix.h after installing on
debian/testing.
i.e. when I trying to compile, I get
read_data.h:5:28: error: gsl/gsl_matrix.h: No such file or directory
thanks
using gsl library to load formated data from a file into a
matrix. downloaded the library and reading the docs. I noticed in the
examples to include
#include <stdio.h>
#include <gsl/gsl_matrix.h>
1) the <filename.h> is a C and not a C++ style, do I expect problems?
and what?
2) I am not able to locate gsl/gsl_matrix.h after installing on
debian/testing.
i.e. when I trying to compile, I get
read_data.h:5:28: error: gsl/gsl_matrix.h: No such file or directory
thanks