A C++ template library for linear algebra: vectors, matrices, and related algorithms.
A C++ template library for linear algebra: vectors, matrices, and related algorithms. This (-devel) version tracks development of the current (3.4) branch.
A C++ template library for linear algebra: vectors, matrices, and related algorithms. This (-devel) version tracks development of the current (3.4) branch.
To install eigen3-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install eigen3-devel
To see what files were installed by eigen3-devel, run:
port contents eigen3-devel
To later upgrade eigen3-devel, run:
sudo port selfupdate && sudo port upgrade eigen3-devel
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.