项目作者: andymilne

项目描述 :
A fast MATLAB toolbox for N-dimensional sparse arrays.
高级语言: MATLAB
项目地址: git://github.com/andymilne/Sparse-Array-Toolbox.git
创建时间: 2018-01-10T03:50:08Z
项目社区:https://github.com/andymilne/Sparse-Array-Toolbox

开源协议:

下载


Sparse Array Toolbox

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.

For more information, see SparseArrayToolbox.pdf.

This work forms part of an Australian Research Council Discovery Early Career Researcher Award (project number DE170100353) funded by the Australian Government.