Large Sparse Matrix Dataset
(Redirected from sparse large matrix dataset)
Jump to navigation
Jump to search
A Large Sparse Matrix Dataset is a sparse matrix dataset that is a large matrix dataset.
- AKA: Large Sparse Tensor Data.
- Example(s):
- Counter-Example(s):
- See: Very Large Matrix, Large Sparse Matrix Processing.
References
2017
- (Wikipedia, 2017) ⇒ https://en.wikipedia.org/wiki/sparse_matrix Retrieved:2017-4-19.
- … Large sparse matrices often appear in scientific or engineering applications when solving partial differential equations.
When storing and manipulating sparse matrices on a computer, it is beneficial and often necessary to use specialized algorithms and data structures that take advantage of the sparse structure of the matrix. Operations using standard dense-matrix structures and algorithms are slow and inefficient when applied to large sparse matrices as processing and memory are wasted on the zeroes. Sparse data is by nature more easily compressed and thus require significantly less storage. Some very large sparse matrices are infeasible to manipulate using standard dense-matrix algorithms.
- … Large sparse matrices often appear in scientific or engineering applications when solving partial differential equations.