24
edits
Changes
→Sparse Linear Algebra Functions
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.
[[File:Sparse.png]]
==== Fast Fourier Transforms ====