Re: gsl

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 3 June 2015 at 22:23, Patrick Dupre <pdupre@xxxxxxx> wrote:
> Hello,
>
> Can somebody help me?
>
> This short piece of code fails.
> It seems to be due to the gsl library!
>
> Thank for your help.
>
> #include <gsl/gsl_multifit_nlin.h>
>
> int main () {
>   const gsl_multifit_fsolver_type *T_ ;
>   gsl_multifit_fsolver *s_ = gsl_multifit_fsolver_alloc (T_, 10, 1);
>   }
>


You haven't initialized T_, so when you call
gsl_multifit_fsolver_alloc, it fails because it doesn't know what
solver type to allocate for.

So, try initializing it, eg.

const gsl_multifit_fsolver_type *T_ = gsl_multifit_fdfsolver_lmsder;

HTH,
Jonathan.
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org




[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux