From: Phillip Gawlowski Date: 2010-12-16T20:32:21+09:00 Subject: Re: Ruby and science ? On Thu, Dec 16, 2010 at 11:54 AM, Michel Demazure wrote: > > The issue is internal representation. For instance a matrix 1000 x > 100000, even of small ints. You need an internal representation of > Fortran type. Actually, 'narray' does that perfectly, but is very > limited in scope (only one real method : LU decomposition). The good > answer seems an interface to the big tools : MathLab, SciLab,... This is > more or less what PyMaths is about, as I understand well. > > More generally, bigs things with many indices cannot be really managed > with towers of enumerators... That's true. But it's not like they are much more manageable in for and while loops, either. But having to deal with enumerations, instead of "just" using a method call, is cumbersome at best, error prone at worst, especially when working on the code alone. -- Phillip Gawlowski Though the folk I have met, (Ah, how soon!) they forget When I've moved on to some other place, There may be one or two, When I've played and passed through, Who'll remember my song or my face.