Skip to content

Commit 96ebdb5

Browse files
committed
2 parents b814193 + a37c86d commit 96ebdb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
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

5-
See SparseArrayToolbox.pdf for more information.
5+
For more information, see [SparseArrayToolbox.pdf](https://github.com/andymilne/Sparse-Array-Toolbox/blob/master/SparseArrayToolbox.pdf).
6+
7+
This work forms part of an Australian Research Council Discovery Early Career Researcher Award (project number DE170100353) funded by the Australian Government.

0 commit comments

Comments
 (0)