Difference between revisions of "Linear algebra"

From HaskellWiki
Jump to navigation Jump to search
(moved from Hawiki)
 
(link to Libraries_and_tools/Mathematics)
Line 11: Line 11:
   
 
Software:
 
Software:
  +
* See [[Libraries and tools/Mathematics]]
* wrapper to CLAPACK: http://www.isi.edu/~hdaume/HBlas/
 
* wrapper to GSL: http://dis.um.es/~alberto/hmatrix/matrix.html
 
* list based routines: http://web.archive.org/web/20010520121707/www.numeric-quest.com/haskell/ (mirror: http://cvs.haskell.org/darcs/numeric-quest/)
 
   
 
[[Category:Packages]]
 
[[Category:Packages]]

Revision as of 07:52, 22 October 2006

Many people associate Numerical Linear Algebra with software packages like MatLab, SciLab, Octave and similar packages. But being a functional language Haskell should be an even better choice for doing mathematics. So is there some support for linear algebra? It follows a list of discussions about this topic and references to packages.

Discussions:

Software: