Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gcdiwan

    Usage of SLATEC routine CBESY

    Yes, the problem is solved at the moment as I only needed Bessel functions for orders ranging from 0 to about 350 and Fortran 2008 does the job. I should still look into the problem you mentioned as at some point of time I might have to come back to SLATEC for other mathematical functions. I...
  2. gcdiwan

    Usage of SLATEC routine CBESY

    Problem solved! Fortran 2008 has bessel_jn(n, x) intrinsic. http://fortranwiki.org/fortran/show/bessel_jn I compiled my .f95 using this function and of course setting the standard as 2008, i.e., gfortran -c -std=f2008 .\testf2008.f95 and then gfortran -o a .\testf2008.o Result...
  3. gcdiwan

    Usage of SLATEC routine CBESY

    Hello all, I am trying to compute the Bessel function of the second kind (Bessel_y) using the SLATEC's Amos library available on Netlib. Here is the SLATEC code I use Link. Below I have pasted my test program that calls SLATEC routine CBESY...

Part and Inventory Search

Back
Top