I am intending to run a multidimensional Monte Carlo integration routine, but when I compile I get the message:
error: dereferencing pointer to incomplete type Apparently, this is a problem concerning the so-called gsl_monte_function. In order to verify that this statement was true, I also tried to compile the very example that is shown at the gsl page, http://www.gnu.org/software/gsl/manual/gsl-ref_23.html#SEC371 (the quadratic function in two dimensions) and I got the same results. Could anyone please tell me why is it happening? Greetings. Eric Dorval [EMAIL PROTECTED] _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
