[Help-gsl] Error message during compile - Versions 1.8 1.7

2006-07-18 Thread Martin Stennett
I have gone through the installation process for both v1.8 and v1.7 as laid out in the file INSTALL that came with each distribution. I used the option --prefix=/home/P05/stennetm/gsl as I could not write to the default directory. I then tried to compile a C++ program which makes use of the

Re: [Help-gsl] Error handling

2006-07-18 Thread Brian Gough
At Tue, 18 Jul 2006 15:17:40 +0200, Raphael Mack wrote: The last line will overflow for element (0, 0) so I'd like to see the value of A = [Inf, 3] and I expected result == GSL_EOVRFLW. I wonder how I can compile my app and setup gsl to get this behavior, because I already played with

[Help-gsl] fitting example

2006-07-18 Thread Petr Ent
hi, i have next (hopefully last :-) ) question about non-linear fitting example. function int expb_f (const gsl_vector * x, void *data, gsl_vector * f) this function should store the vector result f(x,params) in f for argument x and arbitrary parameters params i understand it that you