22
edits
Changes
→Sparse Linear Algebra Functions
Able to perform low-level inspector-executor routines on sparse matrices, such as:
A sparse matrix is matrix that is mostly empty, these are common in machine learning applications. Using standard linear algebra functions would lead to poor performance and would require greater amounts of storage. Specially written sparse linear algebra functions have better performance and can better compress matrices to save space.
==== Fast Fourier Transforms ====