Package for solving large sparse systems of linear equations
LASPack is a package for solving large sparse systems of linear equations like those which arise from discretization of partial differential equations.
LASPack is a package for solving large sparse systems of linear equations like those which arise from discretization of partial differential equations.
To install laspack, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install laspack
To see what files were installed by laspack, run:
port contents laspack
To later upgrade laspack, run:
sudo port selfupdate && sudo port upgrade laspack
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.