Re: Multidimensional arrays
- Posted by felix <axeoth at yahoo.fr> Nov 26, 2004
- 571 views
First of all, thank you very much for your answers. I am not an active Euphoria developper, at the moment Matlab is the only piece of software where I develop quite complex applications, due to the scientifical part. However, exactly for this one, scientifical programming, that kind of row/column selection seemd to me great. Also for multidimensional arrays... I understand it would not be very efficient. However, I tend to agree with the point of view that this kind of selection would be faster if implemented in the core part of the language (written in C), than if written each time in Eu. About the syntax, I gave only one example. Using a function to return that sequence should not be too difficult. Also, multidimensional arrays could have their dimensions permuted (by example, an array of [2x3x4] could become an array [3x2x4]). Doing this in Matlab is easy (and fast enough), so why it could not be implemented in Eu? Sorry if my point of view is too much Matlab-oriented ... It is not a critic to Eu, I think is great, but I would also like it to meeat my needs... Best regards. Felix