Modern Fortran translation of the FITPACK package for curve and surface fitting
This is a modern Fortran translation of the FITPACK package for curve and surface fitting. The functions are modernized and translated from the original Fortran 77 code FITPACK by Paul Dierckx. The starting code used the double precision version of FITPACK distributed with scipy. An object-oriented interface wrapper is also being built.
This is a modern Fortran translation of the FITPACK package for curve and surface fitting. The functions are modernized and translated from the original Fortran 77 code FITPACK by Paul Dierckx. The starting code used the double precision version of FITPACK distributed with scipy. An object-oriented interface wrapper is also being built.
To install fitpack, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fitpack
To see what files were installed by fitpack, run:
port contents fitpack
To later upgrade fitpack, run:
sudo port selfupdate && sudo port upgrade fitpack
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.