Re: [julia-users] Re: Sparse arrays in Julia

2016-10-28 Thread Júlio Hoffimann
Thank you Kristoffer, good to know about the package :) -Júlio

[julia-users] Re: Sparse arrays in Julia

2016-10-28 Thread Kristoffer Carlsson
Take a look at https://github.com/JuliaComputing/IndexedTables.jl "This package provides a table data structure where some of the columns form a sorted index. This structure is equivalent to an N-dimensional sparse array, and follows the array API to the extent possible." On Friday, October

[julia-users] Re: Sparse arrays in Julia

2016-10-27 Thread Júlio Hoffimann
Actually, I don't think it makes very much sense, one could use a dictionary of tuples instead. Sparse 2D exist for a reason: efficient matrix multiplication, etc. Disregard this email. -Júlio Em quinta-feira, 27 de outubro de 2016 17:07:01 UTC-7, Júlio Hoffimann escreveu: > > Hello, > > Is