This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: DHARMI project



    Telford> I'm putting together some numerical analysis stuff using
    Telford> guile as the high level scripting language and C for
    Telford> anything that requires speed. So far I've got enough
    Telford> matrix engine to solve about 20000 linear equations in a
    Telford> P150 in a few minutes (roughly a power-law of 1.4 for
    Telford> more equations). I've also knocked together some database
    Telford> B-tree stuff to try and organise data by `entities' and
    Telford> `attributes'.

Hi Telford,

If you are writing free numerical analysis software, you might want to 
consider working with the GNU Scientific Library (GSL).

A snapshot is available on ftp://alpha.gnu.org/gnu/ and
ftp://nis-ftp.lanl.gov/pub/users/rosalia/ , but things have progressed 
a lot since, and in a week or two we will have a new snapshot out.

It would be great to have you collaborate on this!