> Has anyone out there written up a vector/matrix
>package (i.e. , support for types Num a => [a] ).
>Ideally such a package would instance Num, etc, and support
>matrix multiplication, etc etc.  I did look on the haskell
>web page, but cannot find anythign like this.

There exists a page by Jan Skibinski at Numeric Quest, Inc. called

        Indexless linear algebra algorithms
        http://www.numeric-quest.com/haskell/Orthogonals.html

Otherwise I'd refer you to the Clean Linear Algebra Subroutines (CLAS) -
not written in Haskell, but in the pure functional language Clean. You'll
find them at
        http://www.cs.kun.nl/~clean/clas.html

Regards, thorsten.


o-------------------------------------------------------------------o
  T h o r s t e n               Z o e r n e r
  Computing Science Institute   Catholic University of Nijmegen
  email : [EMAIL PROTECTED]     The Netherlands
o-------------------------------------------------------------------o


Reply via email to