Open main menu

CDOT Wiki β

Changes

DPS921/Intel Math Kernel Library

1 byte removed, 21:37, 13 April 2021
Sparse Linear Algebra Functions
Able to perform low-level inspector-executor routines on sparse matrices, such as:
- * Multiply sparse matrix with dense vector
- * Multiply sparse matrix with dense matrix
- * Solve linear systems with triangular sparse matrices
- * Solve linear systems with general sparse matrices
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 ====
22
edits