Skip to content

Releases: LeonardoIalongo/FuncArray

Functional arrays!

03 Oct 11:56

Choose a tag to compare

Functional arrays! Pre-release
Pre-release

First proof of concept release of functional arrays. Their intended use is for large matrices whose elements depend on operations performed on smaller arrays (an outer product, the probability matrix of a graph ensemble, etc.) where I/O operations would overshadow the computation of the elements. It can also be used in cases where the large matrix does not fit in memory and only specific elements are used at any time.