Re: [q-lang-users] Vector module
Brought to you by:
agraef
From: <ed...@ri...> - 2007-10-02 23:38:48
|
On Tue Oct 2 18:00 , Albert Graef <Dr....@t-...> sent:=0D =0D >> Using lists to implement put and putmap for tuples is not really good,= =0D >> because the whole idea of mutable vectors is to avoid copying them --=0D >> that is, to update them in various ways using only O(1) space.=0D =0D >Another issue that I still need to solve is support for higher=0D >dimensions, matrices at least. Something along the lines of array2.=0D =0D Except for sparce matrices, shouldn't matricies be built using the tuples a= s John =0D describes? Or, are you talking about another type array2?=0D =0D Eddie=0D |