a collection of low-level C primitives that provide automatically tuned computational kernels on sparse matrices
The Optimized Sparse Kernel Interface (OSKI) Library is a collection of low-level C primitives that provide automatically tuned computational kernels on sparse matrices, for use in solver libraries and applications.
The Optimized Sparse Kernel Interface (OSKI) Library is a collection of low-level C primitives that provide automatically tuned computational kernels on sparse matrices, for use in solver libraries and applications.
To install oski, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install oski
To see what files were installed by oski, run:
port contents oski
To later upgrade oski, run:
sudo port selfupdate && sudo port upgrade oski
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.