Modernized SPLPAK library for multidimensional least-squares cubic spline fitting
This library contains routines for fitting (least squares) a multidimensional cubic spline to arbitrarily located data. It also contains routines for evaluating this spline (or its partial derivatives) at any point. This is a modernization of the double precision SPLPAK files from NCL.
This library contains routines for fitting (least squares) a multidimensional cubic spline to arbitrarily located data. It also contains routines for evaluating this spline (or its partial derivatives) at any point. This is a modernization of the double precision SPLPAK files from NCL.
To install splpak, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install splpak
To see what files were installed by splpak, run:
port contents splpak
To later upgrade splpak, run:
sudo port selfupdate && sudo port upgrade splpak
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.