Hallo, Mathieu Bouchard hat gesagt: // Mathieu Bouchard wrote:
On Fri, 3 Apr 2009, Ricardo Brazileiro wrote:
i'm refering a graphs, for study models in complex networks. it's
necessary uses matrix....I don't think anything in Pd handles sparse matrices of any kind, but I
could be wrong.
Lua kind of does, so you could use pdlua: http://www.lua.org/pil/11.2.html
The last paragraph explains sparse matrices or rather, why you often don't need to treat them specially in Lua.
Frank