C++ template library for automatic differentiation
The Stan Math Library is a C++, reverse-mode automatic differentiation library designed to be usable, extensive and extensible, efficient, scalable, stable, portable and redistributable in order to facilitate the construction and utilization of algorithms that utilize derivatives.
The Stan Math Library is a C++, reverse-mode automatic differentiation library designed to be usable, extensive and extensible, efficient, scalable, stable, portable and redistributable in order to facilitate the construction and utilization of algorithms that utilize derivatives.
To install stanmath, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install stanmath
To see what files were installed by stanmath, run:
port contents stanmath
To later upgrade stanmath, run:
sudo port selfupdate && sudo port upgrade stanmath
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.