Library for computing the functions of sparse matrices
NTPoly is a massively parallel library for computing the functions of sparse, Hermitian matrices based on polynomial expansions. For sufficiently sparse matrices, most of the matrix functions in NTPoly can be computed in linear time.
NTPoly is a massively parallel library for computing the functions of sparse, Hermitian matrices based on polynomial expansions. For sufficiently sparse matrices, most of the matrix functions in NTPoly can be computed in linear time.
To install NTPoly, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install NTPoly
To see what files were installed by NTPoly, run:
port contents NTPoly
To later upgrade NTPoly, run:
sudo port selfupdate && sudo port upgrade NTPoly
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.