This is the mail archive of the gsl-discuss@sourceware.cygnus.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]

Re: gsl_matrix extension


Well, it can be easily fixed:

Untested psudo-patch:

line 42:
- double valmax = 0;
+ double valmax = gsl_matrix_get(m,0,0);

line 61:
- double valmin = 0;
+ double valmin = gsl_matrix_get(m,0,0);

-Øystein



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