Multidimensional sparse matrices in Julia -


why aren't there multidimensional sparse matrices/arrays in julia? why can have 2d sparse matrices , not example 3d sparse matrices (or arrays)?

the problem understand (i'm not sparse linear algebra expert, although viral shah, 1 of other julia co-founders is) libraries (e.g. suitesparse) doing sparse computations matrix-only. don't support sparse vectors , don't support higher dimensional tensors either. define types higher-dimensional sparse tensors, wouldn't able useful them.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -