Skip to content

Commit a8cd7e5

Browse files
committed
2 parents 0797fd9 + af5e2c9 commit a8cd7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Sparse Array Toolbox
22

3-
For sparse data, sparse formats can significantly increase speed and reduce memory requirements. However, MATLAB’s built-in sparse format represents only vectors and matrices, not N-dimensional arrays (tensors). This toolbox contains a new sparse array structure and associated operations – outer, entrywise, and inner products, addition, summation, convolution, permutation, (circular) shifts, and distance measures – that can be applied to sparse representations of N-dimensional arrays. All functions have been carefully designed to optimize speed.
3+
For sparse data, sparse formats can significantly increase speed and reduce memory requirements. However, MATLAB’s built-in sparse format represents only vectors and matrices, not N-dimensional arrays (tensors). This toolbox contains a new "sparse array structure" and associated operations – outer, entrywise, and inner products, addition, summation, convolution, distance measures, permutation, (circular) shifts, and other manipulations – that can be applied to N-dimensional full arrays or to sparse array structures. All functions have been carefully designed to optimize speed.
44

55
See SparseArrayToolbox.pdf for more information.

0 commit comments

Comments
 (0)