This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: eigen values and vectors problem


thierry writes:
 >     with the GSL1.1.1 with windows and Visual C++6 , this program
 >     don't
 > work :
 >  int main (void) {
 >   double data[] = {1,4,5,
 >  the fonction "gsl_vector_fprintf(stdout, &evec_i.vector,"%g" )"
 > make error.  Can you help me!  reply to my adress thanks
 >

Hi,

Is this the complete program? It should have some #include lines like
#include <gsl/gsl_eigen.h> to declare the functions, otherwise it will
not compile properly.

regards
Brian Gough




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]