Sparse Matrices in MATLAB: Design and Implementation

John R. Gilbert,Cleve Moler,Robert Schreiber
DOI: https://doi.org/10.1137/0613024
IF: 1.908
1992-01-01
SIAM Journal on Matrix Analysis and Applications
Abstract:The matrix computation language and environment MATLAB is extended to include sparse matrix storage and operations. The only change to the outward appearance of the MATLAB language is a pair of commands to create full or sparse matrices. Nearly all the operations of MATLAB now apply equally to full or sparse matrices, without any explicit action by the user. The sparse data structure represents a matrix in space proportional to the number of nonzero entries, and most of the operations compute sparse results in time proportional to the number of arithmetic operations on nonzeros.
mathematics, applied
What problem does this paper attempt to address?