On Thu 14/08/08 7:17 PM , Albert Graef Dr....@t-... sent:
> > One minor quibble. Could we use ++ for list and
> string concatenation? It> interferes with using + for adding matrices when
> they are implemented as> lists of lists.
>
> Well, actually I thought about this (in fact Q has this for exactly this
> reason). But lists are an awfully inefficient data structure to do
> matrix calculations anyway. In order to properly support GSL, we need an
> array data type that can be just passed to the GSL routines as is. As
> soon as your GSL module begins to take shape, I'm going to work on
> that.
Yes, I agree that matrices should not be a list of lists. I think they should be an array of arrays for some algorithms and sparce
matricies for others. However, lists have been all I've had to play with since I've been so busy lately. Maybe stuff will slow down when
classes start so I can get my coding fix every day ;)
> OMG BTW IANAL BALIKMFA !! ;-)
"Oh my God" "by the way" "I am not a lawyer" "but act like I know my freeking algebra"
I have no idea ????
I think I want to join the AAAAA! ;-)
e.r.
|