help-octave
[Top][All Lists]
Advanced

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

Re: hyperg_0F1 doesn't work


From: Torben Mikael Hansen
Subject: Re: hyperg_0F1 doesn't work
Date: Mon, 4 Dec 2006 12:04:15 +0100
User-agent: KMail/1.9.5

Thanks Peter

That seems to make it work. Next step is to figure out how to use hyperg_0F2 
which is really what I need.

Thanks
Torben

Mandag 04 december 2006 09:56 skrev Peter Soendergaard:
> Try something like
>
> autoload('hyperg_0F1','/usr/lib/octave/site/oct/api-v22/i686-suse-linux/oct
>ave-forge/gsl_sf.oct');
>
> I reported this on the bug list, but noone has found out why the loading
> fails for gsl_sf.oct.
>
> The problem seems to be that
>
> which gsl_sf
>
> incorrectly indentifies gsl_sf as a script file, and not as a .oct file.
> Explicitly loading the function corrects the problem.
> This affects all the functions is the gsl library.
>
> Cheers,
>
> Peter.
>
> On Mon, 4 Dec 2006, Torben Mikael Hansen wrote:
> > Hi
> >
> > I alread posted this on the octave-dev list but it doesn't seem vary
> > active so I'll repost it here. Sorry, if you receive it twice.
> >
> > I have built   and installed octave 2.9.9 and octave-forge 2006.07.09
> > (also called 2006-07-10) and tried to use the "hyperg_0F1" function.
> > However it seems not to be installed.
> >
> > the "gsl_sf.oct" seems to be build correctly
> >
> > nm
> > /usr/lib/octave/site/oct/api-v22/i686-suse-linux/octave-forge/gsl_sf.oct\
> >
> > | grep hyperg
> >
> > 00011860 T FShyperg_0F1_gnu_v3
> >         U gsl_sf_hyperg_0F1
> >         U gsl_sf_hyperg_0F1_e
> > 00058950 T _Z11Fhyperg_0F1RK17octave_value_listi
> >
> > Looking at the build.log seems to me a bit strage, but honestly I don't
> > really understand it. It seems that the octlink's for gsl are processed
> > before the "gsl_sf.oct" is built. Is that the correct order?
> >
> > "coupling_3j", "coupling_6j",  "coupling_9j" are there, but they also
> > have their own cc-file.
> >
> > Regards
> > Torben
> >
> > -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share
> > your opinions on IT & business topics through brief surveys - and earn
> > cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > _______________________________________________
> > Octave-dev mailing list
> > address@hidden
> > https://lists.sourceforge.net/lists/listinfo/octave-dev
> >
> > -------------------------------------------------------
> > _______________________________________________
> > Help-octave mailing list
> > address@hidden
> > https://www.cae.wisc.edu/mailman/listinfo/help-octave


reply via email to

[Prev in Thread] Current Thread [Next in Thread]