The Matrix Template Library (MTL) is a high-performance generic component library that provides comprehensive linear algebra functionality for a wide variety of matrix formats.
The Matrix Template Library (MTL) is a high-performance generic component library that provides comprehensive linear algebra functionality for a wide variety of matrix formats.
To install mtl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mtl
To see what files were installed by mtl, run:
port contents mtl
To later upgrade mtl, run:
sudo port selfupdate && sudo port upgrade mtl
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.