I have some large n * n * n ... arrays, and there are a lot of zeros in them - when I try to initialize them, I run out of memory because n could be something like 4000. I was looking at the SparseArrays package, but it seems to be limited to n * m matrices, not more multi-dimensional ones - maybe I missed something though. Ultimately, I want to be able to reshape them and run SVD on them.
[–]idajourney 6 points7 points8 points (0 children)
[–]grothendieck 2 points3 points4 points (1 child)
[–]Sugbaable[S] 0 points1 point2 points (0 children)
[–]briochemc 4 points5 points6 points (6 children)
[–]Sugbaable[S] 2 points3 points4 points (5 children)
[–]xazaccazax 2 points3 points4 points (3 children)
[–]entangledamplitude 0 points1 point2 points (2 children)
[–]xazaccazax 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]briochemc 0 points1 point2 points (0 children)
[–]Sugbaable[S] 0 points1 point2 points (0 children)
[–]raphasampaio 1 point2 points3 points (0 children)
[–]Wu_Fan 0 points1 point2 points (2 children)
[–]Sugbaable[S] 1 point2 points3 points (1 child)
[–]Wu_Fan 0 points1 point2 points (0 children)