chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] BLAS


From: TiM
Subject: [Chicken-users] BLAS
Date: Fri, 10 Oct 2003 12:48:39 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20030925

greetings,

i need to multiply many exponentially large complex valued matrices as part of a solution that so far has been pure scheme.

i was going to write my own matrix multiplier code and compile it with chicken, but chicken doesn't support complex numbers, and i probably can't write a top performing matrix multiplier in the time i have anyhow.

BLAS (http://www.netlib.org/blas/) appears to be the appropriate tool, but i have no experience with it, and no experience in calling external libraries from scheme.

has someone already written a chicken interface to BLAS that i could use?

IMHO, built in BLAS support (like LUSH has) would be a pretty cool addition to chicken.

thanks for any help,

TiM





reply via email to

[Prev in Thread] Current Thread [Next in Thread]