Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobwilliams/specfun
Special functions with Modern Fortran
https://github.com/jacobwilliams/specfun
fortran fortran-package-manager scipy special-functions
Last synced: about 6 hours ago
JSON representation
Special functions with Modern Fortran
- Host: GitHub
- URL: https://github.com/jacobwilliams/specfun
- Owner: jacobwilliams
- License: other
- Created: 2022-10-23T13:11:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T04:24:49.000Z (10 months ago)
- Last Synced: 2024-01-29T14:13:23.534Z (9 months ago)
- Topics: fortran, fortran-package-manager, scipy, special-functions
- Language: Fortran
- Homepage:
- Size: 4.57 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# specfun
Computation of Special functions with Modern Fortran.
### Status
[![Language](https://img.shields.io/badge/-Fortran-734f96?logo=fortran&logoColor=white)](https://github.com/topics/fortran)
![Build Status](https://github.com/jacobwilliams/specfun/actions/workflows/CI.yml/badge.svg?branch=master)This is a work in progress to modernize [`specfun.f`](https://github.com/scipy/scipy/blob/main/scipy/special/specfun/specfun.f) from SciPy.
## Documentation
The latest API documentation for the `master` branch can be found [here](https://jacobwilliams.github.io/specfun/). This was generated from the source code using [FORD](https://github.com/Fortran-FOSS-Programmers/ford).