19
edits
Changes
→What does it contain?
Level 2: Vector - Matrix Operations
Level 3: Matrix - Matrix Operations
'''SparseBLAS'''
A subset of BLAS containing functions and routines for operating on sparse vectors which is a vector where the majority of the elements are 0 or null. SparseBLAS is also split up into the same three levels as BLAS.
Linear Algebra Package (LAPACK)
A library functions for solving linear equations, linear least squares problems, eigenvalue and singular value problems.
Parallel Direct Sparse Solver Interface (ParDiSo)
A package for solving large sparse linear systems on shared memory multiprocessor systems using level 3 BLAS functions.
'''Deep Neural Network Functions (DNN)'''
A library of functions intended for use in deep neural network applications that use things like machine learning or image/speech recognition.
== How Do You Use It? ==