Link code from netlib in fortran-bessels #3
perazz
started this conversation in
Show and tell
Replies: 2 comments
-
Thanks for noting that. I put all the Netlib "specfun" code in the src/specfun directory and put URLs at the top of each to indicate this heritage. I did use the Fortran 2008 Bessel intrinsics where available. It's nice your project is benchmarking the improvements from non-intrinsic code. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Awesome, thank you. I just wanted to be sure since I embedded the code in the repo instead of linking it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've been using your refactoring of the bessels K functions from the netlib, as a reference implementation to compare against in my Fortran port of Bessels.jl.
I believe it's fair use of your MIT license code and the netlib code, but let me know if you have concerns.
BTW: that will be removed at some points, when all tests are well established enough.
Thanks,
Federico
Beta Was this translation helpful? Give feedback.
All reactions