Functions to compute generalized eigenvalues and eigenvectors, the generalized Schur decomposition and the generalized Singular Value Decomposition of a matrix pair, using Lapack routines.
Functions to compute generalized eigenvalues and eigenvectors, the generalized Schur decomposition and the generalized Singular Value Decomposition of a matrix pair, using Lapack routines.
To install R-geigen, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-geigen
To see what files were installed by R-geigen, run:
port contents R-geigen
To later upgrade R-geigen, run:
sudo port selfupdate && sudo port upgrade R-geigen
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.