Hello,
I'm trying to compile a code wich comput eigenvalues and eigenvectors of
matrices with gsl.
_I've included in my file:_
*#include <gsl/gsl_math.h>
#include <gsl/gsl_eigen.h>
*
_I get the floowing errors:_
/opt/gnu/gsl-1.8/intel/include/gsl/gsl_sys.h(55): error: expected a ")"
double gsl_ldexp(const double x, const int e);
^
/opt/gnu/gsl-1.8/intel/include/gsl/gsl_sys.h(56): error: expected a ")"
double gsl_frexp(const double x, int * e);
Does someone has any idea about it?
Thanks in advance,
Regards,
Eric.