Hi all!
I currently need some basic linear algebra manipulation. I could easily write it myself, but I'm sure that someone else has, already! hehe
Has anyone such a library available (open source)? If so, is it possible to have it on the dumping grounds?
Many Thanks!!
David
Afficher les réponses par date
2008/12/11 David St-Hilaire sthilaid@iro.umontreal.ca:
I currently need some basic linear algebra manipulation. I could easily write it myself, but I'm sure that someone else has, already! hehe
I'm pretty sure that SLIB already has some.
david rush
Hi David,
see the Math section on Dumping Grounds: http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Dumping_Grounds
There is a thin wrapper for BLAS (Basic Linear Algebra Subprograms) here: http://carretechnologies.com/scheme/blas/blas.html
Cheers,
-- Pierre-Alexandre Fournier Carré Technologies Inc. www.carretechnologies.com www.pitchninja.com
On Thu, Dec 11, 2008 at 11:30 AM, David St-Hilaire sthilaid@iro.umontreal.ca wrote:
Hi all!
I currently need some basic linear algebra manipulation. I could easily write it myself, but I'm sure that someone else has, already! hehe
Has anyone such a library available (open source)? If so, is it possible to have it on the dumping grounds?
Many Thanks!!
David _______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
Pierre-Alexandre Fournier wrote:
Hi David,
see the Math section on Dumping Grounds: http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Dumping_Grounds
There is a thin wrapper for BLAS (Basic Linear Algebra Subprograms) here: http://carretechnologies.com/scheme/blas/blas.html
Oh sorry about that! I guess I did not see it! hehe
Thank you! ^_^
David